Created
September 29, 2016 13:38
-
-
Save kalimar/f9c4b7997690881681f1ac2eed6ed113 to your computer and use it in GitHub Desktop.
My favorite git commands
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 glg='git log --color --graph --pretty=format:"%h %C(yellow)%d%Creset %ar%n%C(cyan)%s%Creset %an%n"' | |
alias gl='git log --topo-order --pretty=format:"${_git_log_medium_format}"' | |
alias gia='git add' | |
alias gmC='git merge --no-commit' | |
alias "gh"="git for-each-ref --count=30 --sort=-committerdate refs/heads/ --format='%(refname:short)' | more" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment