renamed gitconfig - this splits into system and global config
This commit is contained in:
parent
ae3892dc49
commit
0e368feb77
1 changed files with 0 additions and 0 deletions
43
.config/gitconfig
Normal file
43
.config/gitconfig
Normal file
|
@ -0,0 +1,43 @@
|
|||
[user]
|
||||
name = Tobias Schmidl
|
||||
[branch]
|
||||
autosetuprebase = always
|
||||
[branch "master"]
|
||||
rebase = true
|
||||
[core]
|
||||
autocrlf = input
|
||||
whitespace = tabwidth=4
|
||||
[credential]
|
||||
helper = store
|
||||
[diff]
|
||||
renamelimit = 65536
|
||||
renames = copies
|
||||
[gitflow "branch"]
|
||||
develop = master
|
||||
master = stable
|
||||
[gitflow "prefix"]
|
||||
feature = dev/
|
||||
[http]
|
||||
sslverify = true
|
||||
sslversion = tlsv1.2
|
||||
[merge]
|
||||
conflictstyle = diff3
|
||||
renormalize = true
|
||||
tool = vimdiff3
|
||||
[pack]
|
||||
threads = 0
|
||||
[pull]
|
||||
rebase = true
|
||||
[rebase]
|
||||
autosquash = true
|
||||
[url "https://"]
|
||||
insteadof = http://
|
||||
[tig]
|
||||
blob-view = line-number:yes,interval=5 text
|
||||
line-graphics = utf-8
|
||||
tab-size = 4
|
||||
[filter "lfs"]
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
Loading…
Add table
Add a link
Reference in a new issue