We are considering 2 ways for working with git in a new project : Developers sends patches to maintainer ( which will probably end up being one of the developers ) , he apples those, test and integ
I have a certain patch called my_pcc_branch.patch. When I try to apply it, I get following message: $ git apply --check my_pcc_branch.patch
In git, I stash away my changes.Is it possible that I can create a patch with what I stash away? And then apply that patch in some other repository (my co-worker\'s)?