LoginSignup
2
0

More than 3 years have passed since last update.

【Git】リベース(rebase) でコンフリクトした時の対処法

Posted at

git rebase でコンフリクトした時の対処
1. コンフリクトしたファイルのコンフリクト部分を修正する
2. 修正が完了したら修正したファイルを git add でステージング環境にあげる
3. git rebase --continue でrebase を続行する

もしよくわかんなくなったら git rebase --abort でリベース自体を取り消すことができる。

もうリベースが怖くない

参考

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0