mirror of
https://github.com/itme-brain/git.git
synced 2026-03-23 17:49:42 -04:00
Added difftool = vimdiff and autoSetupRemote = true
This commit is contained in:
parent
b20a21f879
commit
325936235e
1 changed files with 6 additions and 0 deletions
6
config
6
config
|
|
@ -1,6 +1,9 @@
|
|||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
|
||||
|
|
@ -18,5 +21,8 @@
|
|||
email = bryan@ramos.codes
|
||||
signingKey = F1F3466458452B2DF351F1E864D12BA95ACE1F2D
|
||||
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
||||
[commit]
|
||||
gpgSign = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue