Git: add pull strategy: fast-forward only

This commit is contained in:
DuckDuckWhale 2021-05-25 20:52:28 -07:00
parent 4c74eacb7e
commit 327bbe378f
Signed by: DuckDuckWhale
GPG Key ID: E4B9FC170FFD71CE

View File

@ -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.quotePath false
git config --global credential.helper 'cache --timeout=7200'
git config --global pull.ff only
git config --global rerere.enabled true