Forking project on Github process
Posted
by
Mike Wills
on Programmers
See other posts from Programmers
or by Mike Wills
Published on 2012-06-19T18:34:37Z
Indexed on
2012/06/21
15:23 UTC
Read the original article
Hit count: 315
There is a project on Github that I mostly like and want to use. There are a few things I want to do differently/remove that doesn't make sense for what I want/need. Also I want to add a few things as well.
As I understand it, I should fork the project and I can make whatever changes I want and push back to my fork. From there, I also want to occasionally pull into my fork the changes from the original project so I get the latest bug fixes/features.
Am I off-base of how I think it should work? How would bring in the changes from the original project?
© Programmers or respective owner