update git configs
This commit is contained in:
parent
8a043d414b
commit
80a70e3bcc
2 changed files with 19 additions and 0 deletions
16
gitconfig
16
gitconfig
|
|
@ -13,5 +13,21 @@
|
||||||
default = tracking
|
default = tracking
|
||||||
[branch]
|
[branch]
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
|
autosetupmerge = true
|
||||||
|
[github]
|
||||||
|
user = samsonjs
|
||||||
|
token = 04f822d719928ee8dd9b1f0dec23ac0c
|
||||||
[core]
|
[core]
|
||||||
quotepath = false
|
quotepath = false
|
||||||
|
whitespace = trailing-space,space-before-tab
|
||||||
|
excludesfile = ~/config/gitignore
|
||||||
|
[diff]
|
||||||
|
mnemonicprefix = true
|
||||||
|
renames = copies
|
||||||
|
[advice]
|
||||||
|
statusHints = false
|
||||||
|
pushNonFastForward = false
|
||||||
|
[color]
|
||||||
|
ui = auto
|
||||||
|
[merge]
|
||||||
|
stat = true
|
||||||
|
|
|
||||||
3
gitignore
Normal file
3
gitignore
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
.DS_Store
|
||||||
|
Icon\?
|
||||||
|
|
||||||
Loading…
Reference in a new issue