Good morrow, I have got a git repo (which I'll call A) forked from another 
repo (B) and I need to pick a commit that another person applied to his 
repo (C) which is also forked from B (although this shouldn't matter 
right?). I'm sure that the commit I want to apply to my repo won't generate 
conflicts. How can I do that? I added C with git add etc. but when running 
git fetch it downloads the whole repo which is very large. Is there a way 
to pick a commit from C and apply it to A?
Thanks.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to