Git: Ignoring certain commits when pushing

Posted by int3 on Stack Overflow See other posts from Stack Overflow or by int3
Published on 2010-05-19T20:05:38Z Indexed on 2010/05/19 20:10 UTC
Read the original article Hit count: 157

Filed under:

I'd like to have some modifications that are private to my fork. How do I go about doing this?

There's a question here about pushing a single commit, and the answer is to cherry-pick the commits you want to push from a private branch and put them on the main branch. However, I would like something more along the lines of ignoring a certain commit when pushing.

© Stack Overflow or respective owner

Related posts about git