Big move about + cleanup
This commit is contained in:
25
config/gitconfig
Normal file
25
config/gitconfig
Normal file
@ -0,0 +1,25 @@
|
||||
[user]
|
||||
email = wagner.wryn@gmail.com
|
||||
name = yage
|
||||
[push]
|
||||
default = current
|
||||
[difftool]
|
||||
trustExitCode = true
|
||||
prompt = false
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
[pull]
|
||||
default = current
|
||||
rebase = true
|
||||
[color]
|
||||
diff = always
|
||||
status = always
|
||||
branch = always
|
||||
[submodule]
|
||||
recurse = true
|
||||
[alias]
|
||||
serve = !git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
|
||||
[init]
|
||||
defaultBranch = main
|
Reference in New Issue
Block a user