Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8458351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:03:22+00:00 2026-06-10T13:03:22+00:00

I have 2 branches, master and newfeature . When I want to merge newfeature

  • 0

I have 2 branches, master and newfeature. When I want to merge newfeature into master, I used:

git checkout master
git merge newfeature

I get the error:

Auto-merging .gitignore
CONFLICT (content): Merge conflict in .gitignore
Automatic merge failed; fix conflicts and then commit the result.

I opened up .gitignore and it looks like a mess now with the last part of the file looking like

<<<<<<< HEAD
public/img/ignore
=======
public/img/profiles
public/blog
public/recommendation
>>>>>>> newfeature

What happened, and how should this be fixed so that I can merge the branch into master?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T13:03:24+00:00Added an answer on June 10, 2026 at 1:03 pm

    You edited the .gitignore in both branches. Now, git is unsure of which lines in each copy are the correct ones so it is asking you to resolve them.

    The lines:

    <<<<<<< HEAD
    public/img/ignore
    =======
    

    Are what appears in the copy of the file in master.

    And

    =======
    public/img/profiles
    public/blog
    public/recommendation
    >>>>>>> newfeature
    

    in the branch newfeature

    You should just have to edit the file as you would like it to appear finally. Then…

    git add .gitignore
    git commit
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have seen two different ways of merging local branches. git checkout master git
I have 2 git branches: master and experimental. Experimental became good, I want to
Say I have these git branches: master branchone I want to do this, keeping
I have two branches:master and v2. I want to merge v2 in master so
I have a git repository (at github.com) with two branches: master and gh-pages. I
I have machine1 with git repo client , which has branches master and fixes_v3
I have a git repo which has a few branches - there's the master
So I have 3 git branches: master refresh auth_upgrade I haven't really been using
I have a Git repository with two branches: master and redesign . The redesign
I am using git and I have two branches: production and master. At this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.