update of git configs
This commit is contained in:
parent
34e162f851
commit
c658f89b56
4 changed files with 52 additions and 41 deletions
40
gitconfig
Normal file
40
gitconfig
Normal file
|
@ -0,0 +1,40 @@
|
|||
[color]
|
||||
ui = auto
|
||||
[credential]
|
||||
helper = store
|
||||
|
||||
[rebase]
|
||||
autoStash = true
|
||||
autoSquash = true
|
||||
|
||||
[push]
|
||||
default = upstream
|
||||
|
||||
[diff]
|
||||
renames = copies
|
||||
renameLimit = 65536
|
||||
|
||||
[branch "master"]
|
||||
rebase = true
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
|
||||
[http]
|
||||
sslCAPath = /etc/ssl/certs
|
||||
sslVerify = true
|
||||
|
||||
[core]
|
||||
preloadindex = 1
|
||||
attributesfile = ~/.gitattributes
|
||||
|
||||
[merge]
|
||||
renormalize = true
|
||||
conflictstyle = diff3
|
||||
|
||||
[pack]
|
||||
threads = 0
|
||||
|
||||
[filter "uncrustify_cpp"]
|
||||
clean = /usr/bin/uncrustify -c /home/schtobia/.config/uncrustify/cpp.cfg -l cpp
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue