gitconfig/config
2025-02-25 15:10:39 +01:00

39 lines
505 B
Text

[init]
defaultBranch = main
[core]
editor = nvim
[help]
autocorrect = 10
[diff]
tool = nvimdiff
[difftool]
prompt = false
[merge]
tool = nvimdiff2
[mergetool]
keepBackup = false
prompt = false
[include]
path = ~/.config/.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