Use 'git apply' to apply patches

This commit is contained in:
Mike Gunderloy 2009-09-11 10:04:09 -05:00
parent fb74a1b3dd
commit d879cb8710

@ -131,7 +131,7 @@ git checkout -b testing_branch
Then you can apply their patch:
<shell>
git am < their-patch-file.diff
git apply their-patch-file.diff
</shell>
After applying a patch, test it out! Here are some things to think about: