Skip to content

Instantly share code, notes, and snippets.

@ejimz
Last active May 8, 2017 15:45
Show Gist options
  • Save ejimz/a67b7665a43cf09b8988597dbff113ac to your computer and use it in GitHub Desktop.
Save ejimz/a67b7665a43cf09b8988597dbff113ac to your computer and use it in GitHub Desktop.
Specific git config for a repo
You can configure an individual repo to use a specific user / email address which overrides the global configuration. From the root of the repo, run
git config user.name "Your Name Here"
git config user.email your@email.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment