Skip to content

Instantly share code, notes, and snippets.

@raineorshine
Created October 12, 2017 17:09
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save raineorshine/08ac916b7333d24cac30a70c15c84215 to your computer and use it in GitHub Desktop.
Save raineorshine/08ac916b7333d24cac30a70c15c84215 to your computer and use it in GitHub Desktop.
Set git commit author for a single repository
git config user.name "ShapeShift-Public"
git config user.email "mail@hshapeshift.io"
https://help.github.com/articles/setting-your-username-in-git/#setting-your-git-username-for-a-single-repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment