Add more stuff to gitconfig
This commit is contained in:
parent
85cb17a8af
commit
ee35298a03
1 changed files with 10 additions and 2 deletions
12
gitconfig
12
gitconfig
|
@ -1,5 +1,15 @@
|
|||
# vim: set filetype=gitconfig :miv #
|
||||
[core]
|
||||
editor = gvim -f
|
||||
[diff]
|
||||
tool = gvim
|
||||
[difftool]
|
||||
confirm = false
|
||||
prompt = false
|
||||
[merge]
|
||||
tool = gvimdiff3
|
||||
[push]
|
||||
default = matching
|
||||
[alias]
|
||||
adog = log --all --decorate --oneline --graph
|
||||
ten = log --all --decorate --oneline --graph -10
|
||||
|
@ -8,5 +18,3 @@
|
|||
[user]
|
||||
name = DarkWiiPlayer
|
||||
email = darkwiiplayer@hotmail.com
|
||||
[merge]
|
||||
tool = gvimdiff3
|
||||
|
|
Loading…
Reference in a new issue