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 27db585 commit 514d034Copy full SHA for 514d034
docs-generation/create-docs-pr.sh
@@ -19,7 +19,7 @@ git commit -m "Update docs based on PR #$PR_NUMBER
19
20
Auto-generated by Q"
21
22
-git push origin "$BRANCH_NAME"
+git push -u origin "$BRANCH_NAME"
23
24
# Create PR
25
gh pr create \
docs-generation/update-docs.sh
@@ -11,7 +11,7 @@ fi
11
# Create branch before making any changes
12
git checkout -B "$BRANCH_NAME"
13
if git ls-remote --exit-code --heads origin $BRANCH_NAME; then
14
- git pull origin $BRANCH_NAME --force
+ git reset --hard origin/$BRANCH_NAME
15
fi
16
17
PROMPT="Before making any changes, read the 'docs' directory for the project's current
0 commit comments