Skip to content

Instantly share code, notes, and snippets.

@roryhardy
Created July 6, 2016 18:55
Show Gist options
  • Save roryhardy/109936dc8a7f889802b60f23c48a2a9f to your computer and use it in GitHub Desktop.
Save roryhardy/109936dc8a7f889802b60f23c48a2a9f to your computer and use it in GitHub Desktop.
My Git homeprofile alias
# Inspired by http://www.codeography.com/2011/08/05/project-specific-git-author.html
git config --global alias.homeprofile '!git config user.name "my_name" && git config user.email "my_email" && git config github.user "my_github_user"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment