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
+12-3Lines changed: 12 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,24 @@ git push jmini tag --delete 5.3.0-pr_0000
9
9
10
10
------------------------------------------
11
11
12
-
git rebase --onto origin/main origin/6.x
12
+
git rebase --onto origin/main origin/bbbbb
13
13
git push --force
14
14
15
15
Help message:
16
16
-------------
17
17
18
-
Be aware that your local branch `xxxxx` has diverged with the one on the GitHub.
18
+
I have rebased the source branch of this PR (`bbbbb` in the `ffffff` fork) on top of `main` of this repo:
19
+
20
+
```
21
+
git rebase --onto origin/main origin/bbbbb
22
+
git push ffffff HEAD:bbbbb --force
23
+
```
24
+
25
+
Be aware that your local branch `bbbbb` has diverged with the one on the GitHub.
19
26
If you need to do one more changes on this branch:
20
-
I recommend to use `git fetch` and `git reset --hard origin/xxxxx` before doing any local modifications instead of `git pull`.
27
+
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`.
28
+
29
+
I will change the target branch of this PR to be `main`
0 commit comments