If userA and I both fork a project from userB. Then userA creates a commit in their master fork and has not decided to make a pull request to userB master. How do I add their commit (userA) to my dev branch (not my master) in my fork?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
You can actually do this with one command. For example:
This will merge userA's If you find yourself doing this frequently, you can add a remote to your local repository that allows you to refer to userA's repository with a single name. For example:
|
|||||||
|