Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
There will be a conflict, but it should be during the pull. Let's say we're on the master branch:
git commit -m "Мои изменения"
git pull
/// резолвим конфликты
git commit -m "Конфликты зарезолвены"
git push
git commit -m "Мои изменения"
git pull
/// резолвим конфликты с другими разработчиками, которые разрабатывают feature
git commit -m "Конфликты зарезолвены"
git merge develop
/// резолвим конфликты с мастером
git commit -m "Конфликты с основной веткой зарезолвены"
git push
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question