this repo has no description
at main 678 B view raw
1[user] 2 email = selmankayrancioglu@gmail.com 3 name = Selman Kayrancioglu 4 5[commit] 6 ; verbose = true 7 template = ~/.gitconfig.d/committemplate.txt 8 9[pull] 10 rebase = true 11 12[include] 13 path = ~/.gitconfig.d/00-aliases.gitconfig 14 path = ~/.gitconfig.d/01-ghq.gitconfig 15 path = ~/.gitconfig.d/02-github.gitconfig 16 path = ~/.gitconfig.d/03-dsf.gitconfig 17 path = ~/.gitconfig.d/04-difftastic.gitconfig 18 path = ~/.gitconfig.d/05-gh.gitconfig 19 path = ~/.gitconfig.d/06-diff.gitconfig 20 path = ~/.config/work/gitconfig 21 22[push] 23 autoSetupRemote = true 24 25[difftool] 26 prompt = false 27 28[merge] 29 conflictstyle = diff3 30 31[init] 32 defaultBranch = main