git partial pull

Posted by KennyTM on Stack Overflow See other posts from Stack Overflow or by KennyTM
Published on 2010-06-06T06:40:55Z Indexed on 2010/06/06 6:42 UTC
Read the original article Hit count: 149

Filed under:

I am maintaining a repository A.

Another contributor has cloned A to another repository B.

Later, the other contributor added files F, which is irrelevant to me, into B.

Now I want to merge changes in B back to A, but without committing F. How to do so?

© Stack Overflow or respective owner

Related posts about git