Skip to content

Instantly share code, notes, and snippets.

@urecho
Created September 11, 2014 07:40
Show Gist options
  • Save urecho/140a2e479ed3fd2ca92e to your computer and use it in GitHub Desktop.
Save urecho/140a2e479ed3fd2ca92e to your computer and use it in GitHub Desktop.
git alias
git config --global alias.lga "log --graph --oneline --all --decorate"
git config --global alias.lg "log --graph --all --pretty=format:'%C(bold)%h%Creset -%C(auto)%d%Creset %s %C(green dim)(%cr)%Creset %C(ul)<%an>'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment