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 dafa7e0 commit dc0c63cCopy full SHA for dc0c63c
Justfile
@@ -36,4 +36,4 @@ pr PR_NUMBER CMD:
36
37
# Sync a specific PR with origin/main
38
sync-pr PR_NUM:
39
- just pr {{PR_NUM}} "git merge origin/main --no-edit && cargo fmt --check && cargo check && git push origin HEAD"
+ just pr {{PR_NUM}} "git merge origin/main --no-edit && cargo fmt --check && cargo check && git push origin"
0 commit comments