git 派生元変更
code:shell
# git rebase --onto {本来親ブランチ} {間違った親ブランチ名} {作業ブランチ名}
$ git rebase --onto origin/master work/A work/B