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 656ad73 commit c13c125Copy full SHA for c13c125
scripts/publish-doc.sh
@@ -47,5 +47,7 @@ git commit -m "chore: Updating docs for $doc_name"
47
48
# Update the local copy in case there have been any interim changes.
49
# If this works inconsistently, then additional checks should be done.
50
-git pull --no-edit
+
51
+git config pull.rebase false # merge
52
+git pull --no-edit # should accept the default message
53
git push
0 commit comments