rebaseが簡単
git rebase master
コンフリクトを修正する
git add .
git rebase --continue
git push origin :[branch]
git push origin [branch]
※何回もコミットしてたら何回もrebaseしないといけないのでmergeの方が楽だったりする場合もある
※コンフリクト前のコミットが残らないので注意
Go to list of users who liked
More than 3 years have passed since last update.
rebaseが簡単
git rebase master
コンフリクトを修正する
git add .
git rebase --continue
git push origin :[branch]
git push origin [branch]
※何回もコミットしてたら何回もrebaseしないといけないのでmergeの方が楽だったりする場合もある
※コンフリクト前のコミットが残らないので注意
Register as a new user and use Qiita more conveniently
Go to list of users who liked