Skip to content

Commit 6c33523

Browse files
committed
Update command.txt
1 parent d70e76f commit 6c33523

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gitlab4j-test/command.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git push jmini tag --delete 5.3.0-pr_0000
99

1010
------------------------------------------
1111

12-
git rebase --onto origin/main origin/bbbbb
12+
git rebase --onto origin/main origin/ccccc
1313
git push --force
1414

1515
Help message:
@@ -18,11 +18,12 @@ Help message:
1818
I have rebased the source branch of this PR (`bbbbb` in the `ffffff` fork) on top of `main` of this repo:
1919

2020
```
21-
git rebase --onto origin/main origin/bbbbb
21+
git rebase --onto origin/main origin/ccccc
2222
git push ffffff HEAD:bbbbb --force
2323
```
2424

2525
Be aware that your local branch `bbbbb` has diverged with the one on the GitHub.
26+
2627
If you need to do one more changes on this branch:
2728
I recommend to use `git fetch` and `git reset --hard origin/bbbbb` (assuming your local `origin` is pointing to the `ffffff` fork on GitHub) before doing any local modifications instead of `git pull`.
2829

0 commit comments

Comments
 (0)