[gitconfig] Add new options via https://social.jvns.ca/@b0rk/111885363143321068
This commit is contained in:
parent
7ccc780266
commit
ec051b8c28
1 changed files with 7 additions and 1 deletions
|
|
@ -3,13 +3,19 @@
|
|||
email = sami@samhuri.net
|
||||
signingkey = 2742FC16
|
||||
[branch]
|
||||
autosetupmerge = true
|
||||
autosetupmerge = simple
|
||||
autosetuprebase = always
|
||||
[core]
|
||||
quotepath = false
|
||||
whitespace = trailing-space,space-before-tab
|
||||
excludesfile = /Users/sjs/config/gitignore
|
||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||
attributesfile = /Users/work/.gitattributes
|
||||
[pull]
|
||||
ff = only
|
||||
rebase = true
|
||||
[commit]
|
||||
verbose = true
|
||||
[diff]
|
||||
mnemonicprefix = true
|
||||
renames = copies
|
||||
|
|
|
|||
Loading…
Reference in a new issue