Add gitconfig file
Can be included with [include] path = path/to/file in local gitconfig.
This commit is contained in:
parent
f45068d86b
commit
4128670de2
1 changed files with 12 additions and 0 deletions
12
gitconfig
Normal file
12
gitconfig
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[core]
|
||||||
|
editor = gvim -f
|
||||||
|
[alias]
|
||||||
|
adog = log --all --decorate --oneline --graph
|
||||||
|
ten = log --all --decorate --oneline --graph -10
|
||||||
|
[commit]
|
||||||
|
gpgSign = true
|
||||||
|
[user]
|
||||||
|
name = DarkWiiPlayer
|
||||||
|
email = darkwiiplayer@hotmail.com
|
||||||
|
[merge]
|
||||||
|
tool = gvimdiff3
|
Loading…
Reference in a new issue