本来masterから生やす予定だったbranchを、間違ったbranchから生やしてしまったままcommitしてしまった時の対処法。
git rebase --onto master <派生元branch名> <現在のbranch名>
これでbranchの派生元をmasterに切り替えることができます。
参考:
git rebase --onto で派生元ブランチの変更 - northaven
git - Rebase on github branch - Stack Overflow
Go to list of users who liked
More than 5 years have passed since last update.
本来masterから生やす予定だったbranchを、間違ったbranchから生やしてしまったままcommitしてしまった時の対処法。
git rebase --onto master <派生元branch名> <現在のbranch名>
これでbranchの派生元をmasterに切り替えることができます。
参考:
git rebase --onto で派生元ブランチの変更 - northaven
git - Rebase on github branch - Stack Overflow
Register as a new user and use Qiita more conveniently
Go to list of users who liked