Skip to main content
How can I create a patch from uncommitted changes to a Git repository?
FAQ
Authors
07 Oct 2013 -
git
git diff --cached > patch.diff
References
http://stackoverflow.com/a/15438863