Take a patch of working directory changes in git -
how take patch of working directory changes in git directory. know method taking patch in svn, in git don't know how take it. pls help
a simple git diff generates patch can applied patch tools bit of tweaking (e.g. using --strip). of course, git apply, if available, preferred tool apply such patch.
Comments
Post a Comment