Merge pull request #914 from solygen/master

git-diff: create a patch file
This commit is contained in:
Leandro Ostera
2016-06-18 20:25:31 +02:00
committed by GitHub

View File

@@ -17,3 +17,7 @@
- Show staged (added, but not yet committed) changes only:
`git diff --staged`
- Create a patch file:
`git diff > {{target-file.patch}}`