Skip to content

Commit da2d24f

Browse files
committed
git am is better here
1 parent 4b2889e commit da2d24f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

activesupport/README.rdoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Active Support -- Utility classes and Ruby extensions from Rails
2+
fasdf
23

34
Active Support is a collection of utility classes and standard library
45
extensions that were found useful for the Rails framework. These additions

railties/guides/source/contributing_to_ruby_on_rails.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ git checkout -b testing_branch
231231
Then you can apply their patch:
232232

233233
<shell>
234-
git apply their-patch-file.diff
234+
git am their-patch-file.diff
235235
</shell>
236236

237237
After applying a patch, test it out! Here are some things to think about:

0 commit comments

Comments
 (0)