You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes people use different git user IDs (e-mails) for different repositories.
Because this creates temporary repositories, if someone is invoking from within a repository with a custom ID, then that custom ID is not used in the new temporary repository. Instead, the default git user ID is used (global across the user's OS account).
This should default to process.cwd() if cwd is inside a repository, and provide the option to override with a custom context directory.
The text was updated successfully, but these errors were encountered:
theoy
changed the title
Use active git user from source repo instead of global
Use active git user from source repo instead of user's default ID
Apr 14, 2016
Sometimes people use different git user IDs (e-mails) for different repositories.
Because this creates temporary repositories, if someone is invoking from within a repository with a custom ID, then that custom ID is not used in the new temporary repository. Instead, the default git user ID is used (global across the user's OS account).
This should default to process.cwd() if cwd is inside a repository, and provide the option to override with a custom context directory.
The text was updated successfully, but these errors were encountered: