add default config

This commit is contained in:
xesc 2025-02-25 15:03:44 +01:00
parent 88d963355b
commit 1c5cd16b8d

37
config
View file

@ -1,2 +1,39 @@
[init] [init]
defaultBranch = main defaultBranch = main
[core]
editor = nvim
[help]
autocorrect = 10
[diff]
tool = nvimdiff
[difftool]
prompt = false
[merge]
tool = nvimdiff2
[mergetool]
keepBackup = false
prompt = false
[include]
path = ../.gitlocalconfig
[pull]
rebase = true
[alias]
co = checkout
comit = commit
ocmiit = commit
upll = pull
upsh = push
d = diff
dc = diff --cached
s = status
stat = status
log = log --graph --branches