Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created merge conflict and then resolved it issue by adinimbarte #153

Open
adinimbarte opened this issue May 27, 2020 · 1 comment
Open

Comments

@adinimbarte
Copy link
Contributor

adinimbarte commented 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:
Screenshot (42)

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
Screenshot (43)

i just deleted one of them and conflict is solved.
Screenshot (44)

@adinimbarte 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
@deepak2431
Copy link
Owner

Nice explanation of what you did in order to create merge conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants