Skip to content

Instantly share code, notes, and snippets.

@psiborg
Created August 23, 2011 19:05
Show Gist options
  • Save psiborg/1166156 to your computer and use it in GitHub Desktop.
Save psiborg/1166156 to your computer and use it in GitHub Desktop.
Git Customizations
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