mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:39:56 -06:00
git - misc gitconfig updates
This commit is contained in:
@@ -13,10 +13,13 @@
|
|||||||
last = cat-file commit HEAD
|
last = cat-file commit HEAD
|
||||||
[branch]
|
[branch]
|
||||||
autoSetupRebase = always
|
autoSetupRebase = always
|
||||||
|
[checkout]
|
||||||
|
defaultRemote = origin
|
||||||
[merge]
|
[merge]
|
||||||
ff = only
|
ff = only
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
default = upstream
|
||||||
[rerere]
|
[rerere]
|
||||||
enabled = true
|
enabled = true
|
||||||
[remote]
|
[remote]
|
||||||
|
|||||||
Reference in New Issue
Block a user