Skip to content

Instantly share code, notes, and snippets.

@shardator
Created June 26, 2019 10:19
Show Gist options
  • Save shardator/4f59d88aedc0118531197592e4c68823 to your computer and use it in GitHub Desktop.
Save shardator/4f59d88aedc0118531197592e4c68823 to your computer and use it in GitHub Desktop.
My favourite gitconfig
[user]
name = "Gergely Nagy"
email = XXX@YYY.ZZ
[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