aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Baxter <ray.baxter@gmail.com>2011-09-04 13:34:07 -0700
committerRay Baxter <ray.baxter@gmail.com>2011-09-04 13:34:07 -0700
commit14157b779b9f65bb9d39cb38b100776f2fe1f194 (patch)
tree21dacaba79e8f81fdf4ffa82271026574864bb83
parentabb09054043c556ae38d2c9d1e9037eceb6dc426 (diff)
downloadrails-14157b779b9f65bb9d39cb38b100776f2fe1f194.tar.gz
rails-14157b779b9f65bb9d39cb38b100776f2fe1f194.tar.bz2
rails-14157b779b9f65bb9d39cb38b100776f2fe1f194.zip
clarify where the branch name will exist
-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