Skip to main content

How can I create a patch from uncommitted changes to a Git repository?

07 Oct 2013 - git

git diff --cached > patch.diff

References