Add gitconfig file

Can be included with

        [include]
          path = path/to/file

in local gitconfig.
This commit is contained in:
Talia 2018-11-26 13:20:50 +01:00
parent f45068d86b
commit 4128670de2
1 changed files with 12 additions and 0 deletions

12
gitconfig Normal file
View 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