LoginSignup
0
0

More than 3 years have passed since last update.

【Git】指定したリモートブランチ(remote branch)でrebaseする方法

Posted at

例えばoriginの develop ブランチでrebaseしたい場合は

git pull --rebase origin develop

コンフリクトした場合はコンフリクトを解消してから

git add で修正ファイルをステージングして
git rebase -continue でrebaseを続行する

0
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
0
0