You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a merge conflict using git bash where I created a new branch and added new line to my introduction saying "i like c language for programming" ,then i created another branch named adi where i write "i like python language for programming". After that, I merged the temp branch with the adi branch it showed merge conflict because it get confused which statement is true ,the conflict is shown below:
then i opened the file name introduction where conflict occured it shows both the statement in
<< HEAD statement1 ====== statement2>>
from which we can easily distinguish the cause of conflict and edit it
i just deleted one of them and conflict is solved.
The text was updated successfully, but these errors were encountered:
adinimbarte
changed the title
created merge conflict and and then resolved it issue by adinimbarte
created merge conflict and then resolved it issue by adinimbarte
May 27, 2020
I created a merge conflict using git bash where I created a new branch and added new line to my introduction saying "i like c language for programming" ,then i created another branch named adi where i write "i like python language for programming". After that, I merged the temp branch with the adi branch it showed merge conflict because it get confused which statement is true ,the conflict is shown below:
then i opened the file name introduction where conflict occured it shows both the statement in
<< HEAD statement1 ====== statement2>>
from which we can easily distinguish the cause of conflict and edit it
i just deleted one of them and conflict is solved.
The text was updated successfully, but these errors were encountered: