How to best work with a "forked" a git repo, and push some new features back to origin

Posted by Jesper Blad Jensen aka. Deldy on Stack Overflow See other posts from Stack Overflow or by Jesper Blad Jensen aka. Deldy
Published on 2010-04-06T16:28:11Z Indexed on 2010/04/06 16:33 UTC
Read the original article Hit count: 144

Filed under:

Hi all,

I'm having a blog-project on GibHub, where a friend of mine, wants to base his code on. He will make some changes to some files that he do not wish to commit back to me (maybe stylesheets and images), but he will maybe implement a new feature that he would like to push back to my project.

He should also be able to get new code from me, where he would like to get all new stuff.

I've looked around, and it seams that Rebase is the way to go for him, to get updates from me, but how can he most easily push a feature back to me? (He is just learning Git, as well as me)

© Stack Overflow or respective owner

Related posts about git