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

  • SEARCH
  • Home
  • 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 6040405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:30:34+00:00 2026-05-23T06:30:34+00:00

I have 10 files which have conflicts when merging branches. I’ve resolved all conflicts

  • 0

I have 10 files which have conflicts when merging branches. I’ve resolved all conflicts of the 10 files(took long time). Unfortunately before the commit, I find out that one file has been merged wrong and need start again for this file. 🙁

in the Git, How to mark the file which has been merged unmerged, in other word, how to re-merge that one file?

  • 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-05-23T06:30:35+00:00Added an answer on May 23, 2026 at 6:30 am
    git checkout -m <filename>
    

    This will remove it from the index, and revert back to a “conflicted” file that has all of the markers required to then do a merge.

    From the git help checkout man page:

    -m, --merge
        When switching branches, if you have local modifications to
        one or more files that are different between the current
        branch and the branch to which you are switching, the command
        refuses to switch branches in order to preserve your
        modifications in context. However, with this option, a
        three-way merge between the current branch, your working tree
        contents, and the new branch is done, and you will be on the
        new branch.
    
        When a merge conflict happens, the index entries for
        conflicting paths are left unmerged, and you need to resolve
        the conflicts and mark the resolved paths with git add (or git
        rm if the merge should result in deletion of the path).
    
        When checking out paths from the index, this option lets you
        recreate the conflicted merge in the specified paths.
    

    (The last sentence is the most important one).

    Here is a blog post that describes why it was added and how it is not possible with older versions of git: http://gitster.livejournal.com/43665.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We regularly have lots of conflicts when merging the auto-generated xml files created by
I have files which have many empty cells which appear as NaNs when I
I have two files which both contain a list of words. Is there an
I have list of files which contain particular patterns, but those files have been
I have some files which need to be sftp from machine B ( linux
I have several files which is causing a compile error, can the following be
I have some .csv files which I'm using as part of a test bench.
We have certain configuration files which we want to be in version control as
I have two batch files which is used to run a large C++ build,
I have various PHP files which data is Posted to (like the password when

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.