Skip to content

Instantly share code, notes, and snippets.

@joaquinco
Last active September 27, 2022 19:44
Show Gist options
  • Save joaquinco/aabd414234ee194f411e2e7940b39b27 to your computer and use it in GitHub Desktop.
Save joaquinco/aabd414234ee194f411e2e7940b39b27 to your computer and use it in GitHub Desktop.
gitconfig aliases
[alias]
latestbranchs = branch --sort -committerdate
prettylog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
treelog = log --graph --oneline --all
word-diff = diff --color-words
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment