Git: add pull strategy: fast-forward only
This commit is contained in:
parent
4c74eacb7e
commit
327bbe378f
@ -4,4 +4,5 @@ git config --global alias.tree 'log --graph --oneline --decorate'
|
|||||||
git config --global core.pager 'less -x1,5'
|
git config --global core.pager 'less -x1,5'
|
||||||
git config --global core.quotePath false
|
git config --global core.quotePath false
|
||||||
git config --global credential.helper 'cache --timeout=7200'
|
git config --global credential.helper 'cache --timeout=7200'
|
||||||
|
git config --global pull.ff only
|
||||||
git config --global rerere.enabled true
|
git config --global rerere.enabled true
|
||||||
|
Loading…
Reference in New Issue
Block a user