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

The Archive Base Latest Questions

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

I have two remote branches, grape and master. I’m currently on grape. Now I

  • 0

I have two remote branches, “grape” and “master”. I’m currently on “grape”.

Now I switch to “master”:

git checkout master

Now I want to pull all changes from “grape” into “master” – is this the way to do it?:

git merge origin grape

It’s my understanding that git will then pull all the current state of the remote branch “grape” into my local copy of “master”. It will try to auto-merge for me. If there are conflicts, the files in conflict will have some conflict text actually injected into the file. I then have to go into those files, and delete the chunk I don’t want (essentially telling git how to merge these files).

For each file in conflict, do I add and commit the changes again?:

git add problemfile1.txt
git commit -m "Fixed merge conflict."

git add problemfile2.txt
git commit -m "Fixed another merge conflict."

...

after I’ve fixed all the merge conflicts like above, do I just push to “master” again to finish up the process?:

git push origin master

or is there something else we need to do when we get into this conflict state?

Thank you

  • 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-10T08:22:06+00:00Added an answer on June 10, 2026 at 8:22 am

    origin refers to another repository on another server; normally, it refers to the github server that you pulled the repo from. If you want to merge grape and the master branch, then you’d git merge grape, resolve any conflicts, and the you can push the update to the server.

    You resolve the merge by looking and editing the files it says there’s a conflict in to be the way you want them to end up, add them to the index, and commit.

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

Sidebar

Related Questions

I have two remote branches in git, master and test . master reflects whatever
I have two git repositories: report.git (Master on remote location) cloned.git (Local) I lost
I have two branches:master and v2. I want to merge v2 in master so
I have two branches: master and dev I want to create a "feature branch"
I have a remote bare repository with two branches 'master' and 'testing', where HEAD
I have git repo with two unrelated branches, master and configs. I've created configs,
I have two branches A, and B. (they're both remote branches too). Is there
I have two branches: local branch (the one which I work with) remote branch
We have two Git repos on a remote git server in this format: /git/repo1
I have two git repositories on different PCs. I have some local branches on

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.