课程: Coding Exercises: GitHub

免费学习该课程!

今天就开通帐号,24,700 门业界名师课程任您挑!

Add an issue directly from the Terminal

Add an issue directly from the Terminal - GitHub教程

课程: Coding Exercises: GitHub

Add an issue directly from the Terminal

(electronic sounds) - Anything that slows you down is an opportunity for optimization. Now, a lot of times, in order to get to a repo, I launch a browser. Then I go to this GitHub page, and then I may click on repositories, and then do a search for the repo that I'm working on. In this case, it's right here, but it may be way down the line here. So usually I end up typing something in here and as the repo results come up, I click on the repo that I want. And then I may go into the issues tab to start a new issue. The question is what's the fastest way to create an issue directly from the terminal. I'll give you a couple of seconds to pause the video and think about how you might do this. (electronic sounds) Now my solution for this is the GitHub CLI. The CLI allows you to take care of a whole bunch of GitHub tasks, right from the terminal. So you can start an issue while working on your code. Now, this is a…

内容