From d879cb8710ddd6c4c036af03aae8e5dc53e5d51f Mon Sep 17 00:00:00 2001 From: Mike Gunderloy Date: Fri, 11 Sep 2009 10:04:09 -0500 Subject: Use 'git apply' to apply patches --- railties/guides/source/contributing_to_rails.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') diff --git a/railties/guides/source/contributing_to_rails.textile b/railties/guides/source/contributing_to_rails.textile index b20b7d3994..2b5335f7c3 100644 --- a/railties/guides/source/contributing_to_rails.textile +++ b/railties/guides/source/contributing_to_rails.textile @@ -131,7 +131,7 @@ git checkout -b testing_branch Then you can apply their patch: -git am < their-patch-file.diff +git apply their-patch-file.diff After applying a patch, test it out! Here are some things to think about: -- cgit v1.2.3