Skip to content

Commit 3047145

Browse files
author
Kamell Perry
committed
[core]: fixed repo rebase script
1 parent e58befb commit 3047145

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/git/rebase-branches.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ git checkout main
22
git pull
33

44
git checkout next-minor
5-
git pull
65
git rebase main
76
git push
87

98
git checkout experimental
10-
git pull
11-
git rebase next-minor
9+
git rebase main
1210
git push

0 commit comments

Comments
 (0)