Created
April 25, 2018 22:27
-
-
Save darkmavis1980/a8138f7739d2669782db101127d55c13 to your computer and use it in GitHub Desktop.
Git 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
git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cd)%Creset %C(bold blue)<%an>%Creset' --date=relative" | |
git config --global alias.st status | |
git config --global alias.co checkout | |
git config --global alias.br "branch -vv" | |
git config --global alias.fa "fetch --all -p" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment