Skip to content

Instantly share code, notes, and snippets.

@roryhardy
Created July 6, 2016 18:55
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