-
Notifications
You must be signed in to change notification settings - Fork 190
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
cli args for user #225
Comments
Just added this in #229 |
Nice! Looking forward to the npm release! |
Nope, no idea. |
Hi, anyone can help me on this |
+1. Adding this feature would be helpful in CI's case, where you do need to provide user credentials on the CI server instead of your local global configured machine. |
Honestly it should really just respect .gitconfig files (though CLI options would be splendid). See #235. I'd argue fixing that would be non-breaking and provide all the uses cases mentioned in these two issues. Kind of a shame #229 is stalled, though, seemingly by misconfigured auto-formatting... 😭 |
Or if you are using Travis as your CI, Travis' |
#264 exposes the user option to the CLI. The 2.0 release also changes the default user handling (looked up from CWD instead of package install dir). It may be that more needs to be done to support other git config, but this part is done. |
user.name
&user.email
cannot be set via the cli args, though they are options for the API. CLI args for these would be amazing!The text was updated successfully, but these errors were encountered: