mainのブランチ
git pull
作成したブランチ
git merge 「メインブランチ」
ここでコンフリクトが起きるので、コードを修正し解消する。
あとは通常通り、
git add .
git commit -m "コミットの名前"
git push origin "作成したブランチ"
これで解決しました!
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
git pull
git merge 「メインブランチ」
ここでコンフリクトが起きるので、コードを修正し解消する。
あとは通常通り、
git add .
git commit -m "コミットの名前"
git push origin "作成したブランチ"
これで解決しました!
Register as a new user and use Qiita more conveniently
Go to list of users who liked