fix: gitconfig pull.ff only
This commit is contained in:
@@ -14,3 +14,5 @@
|
||||
squash-all = "!f(){ git reset $(git commit-tree \"HEAD^{tree}\" \"$@\");};f"
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[pull]
|
||||
ff = only
|
||||
|
||||
Reference in New Issue
Block a user