Last active
August 12, 2022 20:50
-
-
Save LuisRBarreras/fe255b655db6aabef3d2 to your computer and use it in GitHub Desktop.
git custom config
This file contains 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
# show compact and simplet log commits | |
git config --global alias.mylog "log --pretty=format:'%Cred%h%Creset - %Cgreen%s%Creset %C(yellow)[%an]%Creset %C(cyan)<%ad>%Creset' --graph --date=short" | |
# list branch order by most recent commit | |
git config --global alias.mybranches "branch --sort=-committerdate" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment