For all those who use the Command-line interface on a day in day out basis, Github has come up with a CLI of their own to make pull requests and keeping track of all the issues.
I have been using it for the past week or so and I must admit that this tool is really cool in terms of usage. You may not want to switch to a browser to raise a pull request separately.
It is available for Windows, macOS, and Linux and the most importantly an open-source tool. As they say, this tool takes care of pull requests, issues and most of the GitHub concepts.
Go ahead and try yourself out.
Happy learning and stay fit and healthy
Top comments (2)
Hi Friend!
Thanks for news! Though really it is hard to grasp at first why we may need this. I use console a lot, but interactions with github itself (not git repos) are rare enough and web-interface is convenient for this.
However, probably this may be useful for automatic processing on large and popular repositories. Say, creating bash script to close all issues at once :) though I suspect we have API for similar things
True