Last active
June 3, 2021 16:53
-
-
Save Boboss74/6a6d4bb64f919d14f30f2453ea204d1b to your computer and use it in GitHub Desktop.
~/.gitconfig
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
[color] | |
ui = auto | |
[alias] | |
brancha = branch --all | |
fetcha = fetch --all --verbose --prune | |
amendpush = !git commit --amend --no-edit && git push --force-with-lease | |
lol = log --graph --decorate --oneline | |
lola = log --graph --decorate --oneline --all | |
lolaa = log --graph --decorate --all --pretty='%C(auto)%h%Creset%C(auto)%d%Creset %cr %Cblue<%an>%Creset %s' --abbrev-com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment