add default config
This commit is contained in:
parent
88d963355b
commit
1c5cd16b8d
1 changed files with 37 additions and 0 deletions
37
config
37
config
|
@ -1,2 +1,39 @@
|
|||
[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 = ../.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue