[git] git rebase –onto便利

[git] git rebase --onto便利

バックエンドが実装したAPIをいち早く疎通確認したくて そのブランチ(feature/a)から派生ブランチ(feature/a-2)を作り、レビューを受けて、feature/a-2を先にmainにマージしたいのでfeature/a-2をmainでrebaseする
git rebase --onto origin/main feature/a feature/a-2

feature/aの履歴は変更されないです