We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641fbfd commit 6a14cf0Copy full SHA for 6a14cf0
test/00-git-config.t
@@ -23,6 +23,8 @@ else
23
git config --global init.defaultBranch "master"
24
git config --global --add safe.directory "${PROJ_DIR}"
25
git config --global --add safe.directory "${PROJ_DIR}/.git"
26
+ git config --global pull.ff only
27
+ git config --global merge.ff only
28
git config --list
29
30
test-exists "${PROJ_DIR}/.gitconfig"
0 commit comments