Skip to content

Instantly share code, notes, and snippets.

@bjankord
Created September 16, 2016 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjankord/d8b5aa930c58f5bc8c0658c6ebfd98d6 to your computer and use it in GitHub Desktop.
Save bjankord/d8b5aa930c58f5bc8c0658c6ebfd98d6 to your computer and use it in GitHub Desktop.
# Inspired by http://www.codeography.com/2011/08/05/project-specific-git-author.html
git config --global alias.homeprofile '!git config user.name "Brett Jankord" && git config user.email "bjankord@gmail.com" && git config github.user "bjankord"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment