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 2978d09 commit e04ce5cCopy full SHA for e04ce5c
configure-git/configure-git.sh
@@ -20,4 +20,4 @@ git config --global user.name "github-actions[bot]"
20
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
21
git config push.default current || true # won't work if cwd is not git repo
22
23
-git config set advice.diverging false
+git config --global advice.diverging false
0 commit comments