donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.59k stars 439 forks source link

Implement #3: Add GitHub Enterprise support #36

Closed donnemartin closed 8 years ago

donnemartin commented 8 years ago

gh configure

Configure gitsome.

Attempts to authenticate the user and to set up the user's news feed.

If gitsome has not yet been configured, calling a gh command that requires authentication will automatically invoke the configure command.

Usage/Example(s):

$ gh configure

For GitHub Enterprise users, run with the -e/--enterprise flag:

$ gh configure -e

GitHub Enterprise

GitHub Enterprise users will be asked to enter the GitHub Enterprise url and whether they want to verify SSL certificates.