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 4107604 commit 37993d7Copy full SHA for 37993d7
.github/workflows/sync.yml
@@ -22,3 +22,8 @@ jobs:
22
git branch -va
23
git rebase upstream/main
24
git push -f origin
25
+ git branch upstream-main upstream/main
26
+ #git fetch origin upstream_main
27
+ #git checkout upstream_main
28
+ #git rebase upstream/main
29
+ git push origin upstream-main
0 commit comments