Skip to content

Instantly share code, notes, and snippets.

@tiagodll
Last active January 23, 2020 15:11
Show Gist options
  • Save tiagodll/83e6ca2f40dd6bac738ca83ae531da3e to your computer and use it in GitHub Desktop.
Save tiagodll/83e6ca2f40dd6bac738ca83ae531da3e to your computer and use it in GitHub Desktop.
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
git config --global alias.latest 'show --name-only --oneline HEAD'
git config --global alias.co checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment