-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setup: Clarify when local configuration is written #180
Conversation
Also update man page to be more clear about where and how the configuration is stored. Fixes sociomantic-tsunami#159.
variable `hub.oauthtoken` for future use so you don't need to type your | ||
password each time (or store it in the config). The username is also stored | ||
for future use in the `hub.username` variable. If the base URL is specified, | ||
it is stored in `hub.baseurl` too. | ||
it is stored in `hub.baseurl` too. By default configuration is stored in the | ||
repository's ``.git/config`` file (using ``git config``). If you want your |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This is kind of in the middle of a new feature and a bug fix, but I will put it in v0.10.2 because the impact should be low enough to be brave about it (last famous words). |
LGTM |
Arrgh, I messed up, a few of the PRs in here were done against master instead of v0.10.x. I will not include this one in v0.10.2 because it's in master and technically is not a bug fix. |
Also update man page to be more clear about where and how the
configuration is stored.
Fixes #159.