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"
|
squash-all = "!f(){ git reset $(git commit-tree \"HEAD^{tree}\" \"$@\");};f"
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
[pull]
|
||||||
|
ff = only
|
||||||
|
|||||||
Reference in New Issue
Block a user