aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/contributing_to_ruby_on_rails.textile
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-09-08 18:06:43 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-09-08 18:06:43 +0530
commit0d254915819a9e5711895e410e1597177216c903 (patch)
treef82088ef3963ac210e7ef3fc8d21ab87fcda2a56 /railties/guides/source/contributing_to_ruby_on_rails.textile
parentd1d51077d5f18f2f6dfb2273b0c5d5e20fbe1de3 (diff)
parentf50aeda2f73b47c47664e3651c638ba624418b8b (diff)
downloadrails-0d254915819a9e5711895e410e1597177216c903.tar.gz
rails-0d254915819a9e5711895e410e1597177216c903.tar.bz2
rails-0d254915819a9e5711895e410e1597177216c903.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'railties/guides/source/contributing_to_ruby_on_rails.textile')
-rw-r--r--railties/guides/source/contributing_to_ruby_on_rails.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile
index 4706725bb6..c302d393aa 100644
--- a/railties/guides/source/contributing_to_ruby_on_rails.textile
+++ b/railties/guides/source/contributing_to_ruby_on_rails.textile
@@ -284,7 +284,7 @@ $ cd rails
$ git checkout -b my_new_branch
</shell>
-It doesn’t really matter what name you use, because this branch will only exist on your local computer.
+It doesn’t really matter what name you use, because this branch will only exist on your local computer and your personal repository on Github. It won't be part of the Rails git repository.
h4. Write Your Code