-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
It would be nice to document the hub config file format somewhere.
When I set this up I had to read through the hub source to work out what the config should look like, and was unable to get toml to work.
For example my current config looks like this:
github.com:
- user: <username>
oauth_token: "<token>"
protocol: https
# GHE
github.<myorg>.com:
- user: <username>
oauth_token: "<token>"
protocol: httpsI'd be happy to raise a PR, but I'm not sure where the best place would be, maybe in the README? In man hub?
jwodder, sj26 and hgosansn