How can people best move something from targeted at master to targeted at 0.F-dev? #48211
-
(Since I can't delete it, I'm asking something constructive.) This is a question for @ZhilkinSerg, or anyone else who knows: It is reasonably clear how to start a branch as targeted at 0.F-dev in the first place, at least if one is using git command-line on Linux or Mac (instructions for other circumstances are also of interest). How does one best move a branch from targeted at master to targeted at 0.F-dev, without adding lots and lots of commits due to the differences (and requesting a lot of reviewers automatically)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
git rebase -i origin/0.F-dev
I guess.