Created
June 26, 2019 10:19
-
-
Save shardator/4f59d88aedc0118531197592e4c68823 to your computer and use it in GitHub Desktop.
My favourite gitconfig
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
[user] | |
name = "Gergely Nagy" | |
email = [email protected] | |
[alias] | |
b = branch | |
co = checkout | |
ci = commit | |
cp = cherry-pick | |
l = log --oneline --graph --decorate -15 | |
s = status | |
[diff] | |
tool = vimdiff | |
[difftool] | |
prompt = false | |
[push] | |
default = matching |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment