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 6698927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:38:07+00:00 2026-05-26T06:38:07+00:00

I have a master and PersonalSite branch for a codebase I’m working on. I

  • 0

I have a master and “PersonalSite” branch for a codebase I’m working on. I have been repeatedly trying to merge the master into the PersonalSite branch to no avail.

This time, I thought I had everything straightened out, so I did:

git checkout master
git pull
git checkout PersonalSite
git pull
git merge master

It looked like everything was working, and it listed the set of files I would have expected, but there was a conflict. The conflict was correct and was as expected, so I fixed it, did “git add”, “git commit”, then “git push”. But now, when I look at my git log, it just shows a commit with no code changes but a single conflict.

Now, when I run “git merge master” from the “PersonalSite” branch it says “Already up-to-date.” but this clearly is not the case, as none of the changes I tried to merge actually merged. What exactly do I do to get master to actually merge at this point?

  • 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-26T06:38:08+00:00Added an answer on May 26, 2026 at 6:38 am

    By fixing the conflict and committing the merge conflict you’ve already completed the merge. Git adds merge commits when necessary, it’s normal but they don’t record anything except that the merge took place and what files were merged if there was a conflict. If you look more closely at your log you’ll see there are in fact commits from master.

    EDIT:
    Okay, try this a test. You don’t have to use the merge command, you can just pull master into PersonalSite.

    git checkout PersonalSite
    git pull origin master
    

    See what gives you. If it says up to date then you have merged correctly.

    If you merge stuff locally like you did, then you need to ensure the local tracking branches are up to date. Always specify the branch name to pull from,

    git pull origin master
    git pull origin PersonalSite
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a repository where I had been working on master branch having last
So I have 2 branches on GitHub: master and branchA. Say I've been working
I have a master page, with a help link in the top menu. This
I have a master branch in my project, that I use to pull changes
I have a master page called SampleMaster.master and this page contains a Repeater control
I have one master page which applies to all pages in this website. On
I did this (on my production server): $ git branch * master $ git
I have a master branch and a feature branch. The feature branch has several
I have a master page that adds the jquery library via a registerclientscriptinclude: Page.ClientScript.RegisterClientScriptInclude(this.GetType(),
I have implemented master pages using this example How to implement a status bar

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.