mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
git am is better here
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user