clarify where the branch name will exist

This commit is contained in:
Ray Baxter 2011-09-04 13:34:07 -07:00
parent abb0905404
commit 14157b779b
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ $ cd rails
$ git checkout -b my_new_branch
</shell>
It doesnt really matter what name you use, because this branch will only exist on your local computer.
It doesnt 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