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

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -