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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T16:10:16+00:00 2026-05-13T16:10:16+00:00

We’ve been using Git internally for quite some time now and have a pretty

  • 0

We’ve been using Git internally for quite some time now and have a pretty good work flow within our team. Yesterday we wanted to submit some bug fixes to a project on GitHub. That is something new to us. So this is what we did:

  1. Cloned their repository
  2. Forked the upstream
  3. Added our fork as a remote
  4. Fixed some bugs in the master branch
  5. Pushed master to our remote fork
  6. Sent a pull request
  7. They pulled the changes
  8. git fetch origin
  9. On master: git merge origin/master

Is this the correct way to do things? We ended up with an extra “Merge commit ‘origin/master'” message that other developers don’t seem to get. Also in the log we can see our commits twice.

Everything seems to be OK, but it just feels wrong. Are there good GitHub workflow pages? The Git help pages seem to miss the how to do the local changes part.

I figure if we’d rolled back our master branch after pushing the changes to the fork we wouldn’t have this problem, but that does not feel right either.

  • 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-13T16:10:17+00:00Added an answer on May 13, 2026 at 4:10 pm

    It is one way.
    I prefer cloning my GitHub repo (the one forking a GitHub project “theirRepo”), instead of directly cloning an existing “theirRepo”.

    And I would recommend rebasing your master branch on top of “theirRepo”, instead of merging.
    I believe that would avoid seeing your commit twice in the log, and would avoid the extra “merge” commit message.

    1. Fork theirRepo in myRepo
    2. clone myRepo
    3. Added “theirRepo” as a remote
    4. Fixed some bugs in the master branch
    5. Pushed master to our remote fork “myRepo”
    6. Sent a pull request
    7. They pulled the changes
    8. git fetch theirRepo
    9. On master: git rebase theirRepo/master

    See also various similar strategies discussed (for another case, but that can give you some ideas) in this SO question: How do I re-play my commits of a local git repo, on top of a project I forked on github.com?

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

Sidebar

Related Questions

I have some data like this: 1 2 3 4 5 9 2 6
I have a bunch of posts stored in text files formatted in yaml/textile (from
I am trying to loop through a bunch of documents I have to put
I'm making a simple page using Google Maps API 3. My first. One marker

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.