Created
July 6, 2016 18:55
-
-
Save roryhardy/109936dc8a7f889802b60f23c48a2a9f to your computer and use it in GitHub Desktop.
My Git homeprofile alias
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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