Created
August 23, 2011 19:05
-
-
Save psiborg/1166156 to your computer and use it in GitHub Desktop.
Git Customizations
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
git config --global user.name "First Last" | |
git config --global user.email "[email protected]" | |
git config --global color.ui true | |
git config --global alias.lg "log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr %an)%Creset' --abbrev-commit --date=relative" | |
git config --global alias.last 'cat-file commit HEAD' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment