githubteacher / githubteacher/dev-oct-13
What is the best approach for merge conflicts?
オープン
- 主要言語
- 言語のデータがありません
- スター
- 3
- フォーク
- 5
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I assume people pulls everything from master, then suddenly merge conflicts.
master --> feature/my-branch
git pull origin master
(Go through everyfile and fix merge conflicts?)
git add ./git add --all
git commit -m "merge conflicts"
git push
コントリビューションガイド
評価
この issue はまだ評価されていません。