git: Allow .local gitconfig

This commit is contained in:
Kacper Donat 2024-02-04 16:44:43 +01:00
parent 415bb26c8f
commit c8d910ad6b

View File

@ -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