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 3cbc0cb commit 6add0dcCopy full SHA for 6add0dc
test/00-git-config.t
@@ -15,6 +15,8 @@ git config --global user.name "Your Name"
15
git config --global init.defaultBranch "master"
16
git config --global --add safe.directory "$(pwd)"
17
git config --global --add safe.directory "$(pwd)/.git"
18
+git config --global pull.ff only
19
+git config --global merge.ff only
20
git config --list
21
22
test-exists "${HOME}/.gitconfig"
0 commit comments