git: Allow .local gitconfig
This commit is contained in:
parent
415bb26c8f
commit
c8d910ad6b
22
.gitconfig
22
.gitconfig
@ -1,12 +1,9 @@
|
||||
[user]
|
||||
name = Kacper Donat
|
||||
name = Kacper Donat
|
||||
email = kadet1090@gmail.com
|
||||
|
||||
[alias]
|
||||
st = status
|
||||
ci = commit
|
||||
co = checkout
|
||||
br = branch
|
||||
|
||||
unstage = reset HEAD --
|
||||
last = log -1 HEAD
|
||||
@ -15,16 +12,25 @@
|
||||
ktokurwa = blame
|
||||
|
||||
[push]
|
||||
default = current
|
||||
default = current
|
||||
autoSetupRemote = true
|
||||
|
||||
[merge "ours"]
|
||||
driver = true
|
||||
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
excludesfile = ~/.gitignore
|
||||
autocrlf = input
|
||||
commentchar = ";"
|
||||
|
||||
[mergetool "nvimdiff"]
|
||||
cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
|
||||
cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
|
||||
|
||||
[difftool]
|
||||
tool = nvimdiff
|
||||
tool = nvimdiff
|
||||
|
||||
[rebase]
|
||||
autosquash = true
|
||||
|
||||
[include]
|
||||
path = ~/.gitconfig.local
|
||||
|
Loading…
Reference in New Issue
Block a user