Last active
September 5, 2024 14:03
-
-
Save joaquinco/aabd414234ee194f411e2e7940b39b27 to your computer and use it in GitHub Desktop.
gitconfig aliases
This file contains hidden or 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
[alias] | |
latestbranchs = branch --sort -committerdate | |
prettylog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' | |
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