Skip to content

Commit 1f01b07

Browse files
committed
git: use fast forward only for pull by default
1 parent e180eff commit 1f01b07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitconfig

+2
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@
2424
default = simple
2525
[init]
2626
defaultBranch = main
27+
[pull]
28+
ff = only

0 commit comments

Comments
 (0)