You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitlab4j-test/command.txt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ git push jmini tag --delete 5.3.0-pr_0000
9
9
10
10
------------------------------------------
11
11
12
-
git rebase --onto origin/main origin/bbbbb
12
+
git rebase --onto origin/main origin/ccccc
13
13
git push --force
14
14
15
15
Help message:
@@ -18,11 +18,12 @@ Help message:
18
18
I have rebased the source branch of this PR (`bbbbb` in the `ffffff` fork) on top of `main` of this repo:
19
19
20
20
```
21
-
git rebase --onto origin/main origin/bbbbb
21
+
git rebase --onto origin/main origin/ccccc
22
22
git push ffffff HEAD:bbbbb --force
23
23
```
24
24
25
25
Be aware that your local branch `bbbbb` has diverged with the one on the GitHub.
26
+
26
27
If you need to do one more changes on this branch:
27
28
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`.
0 commit comments