Skip to content

Instantly share code, notes, and snippets.

@carld
Forked from raineorshine/commit-author.sh
Created June 27, 2023 08:15
Show Gist options
  • Save carld/acc70ce3eb2e4933946eed35b2ca0d77 to your computer and use it in GitHub Desktop.
Save carld/acc70ce3eb2e4933946eed35b2ca0d77 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