Moved files so that you can convert $HOME in a git repository directly

This commit is contained in:
Tobias Schmidl 2018-05-29 11:00:40 +02:00
parent 73e80f935c
commit f6df53e716
13 changed files with 0 additions and 0 deletions

View file

@ -1,43 +0,0 @@
[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