git am is better here

This commit is contained in:
Santiago Pastorino
2011-02-04 21:36:10 -02:00
parent 4b2889e771
commit da2d24f7cf
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
= Active Support -- Utility classes and Ruby extensions from Rails
fasdf
Active Support is a collection of utility classes and standard library
extensions that were found useful for the Rails framework. These additions

View File

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