branchをdevelopにプルリクエストを送った時にコンフリクトが起きた時の解消方法
- git branch 現在のブランチを確認(master以外)
- git checkout ブランチ名
- git merge develop
- git status
- both modificationになっているファイルをVS Codeの場合はマージエディタで手動でマージ
- git add .
- git commit -m "コンフリクトの解消"
- git push
Go to list of users who liked
More than 1 year has passed since last update.
branchをdevelopにプルリクエストを送った時にコンフリクトが起きた時の解消方法
Register as a new user and use Qiita more conveniently
Go to list of users who liked