G
G
GeorgeRu2019-09-24 16:41:30
git
GeorgeRu, 2019-09-24 16:41:30

How to re-merge in git?

Using Git GUI
Situation :
Created a branch, made changes, made commit , push , merge to develop branch .
Another coder merges his branch into the develop branch , and at the same time wipes my work by uploading an old version of the code.
Question :
How can I re- merge my code? (preferably using Git GUI or gitlab.ru)
04.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
GeorgeRu, 2019-09-26
@GeorgeRu

git cherry-pick

E
Evgeny Petryaev, 2019-09-24
@Gremlin92

1.git pull
2.git merge

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question