diff options
author | Xavier Noria <fxn@hashref.com> | 2011-06-11 00:59:46 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-06-11 00:59:46 +0200 |
commit | 4699c933019680e11616756b49ab2dad1e53dcda (patch) | |
tree | 355c27c2beecb1f628001b90919a31502c5b9c68 /railties/guides/source/contributing_to_ruby_on_rails.textile | |
parent | 6c58585ff5b667de4f29860e4b06e743e0614891 (diff) | |
parent | 029290f3def838c5293929d5bc42d3b6e5662d32 (diff) | |
download | rails-4699c933019680e11616756b49ab2dad1e53dcda.tar.gz rails-4699c933019680e11616756b49ab2dad1e53dcda.tar.bz2 rails-4699c933019680e11616756b49ab2dad1e53dcda.zip |
Merge branch 'master' of git://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.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/contributing_to_ruby_on_rails.textile b/railties/guides/source/contributing_to_ruby_on_rails.textile index 2ce8ddc702..e6ec061c9a 100644 --- a/railties/guides/source/contributing_to_ruby_on_rails.textile +++ b/railties/guides/source/contributing_to_ruby_on_rails.textile @@ -350,7 +350,7 @@ Navigate to the Rails "GitHub repository":https://github.com/rails/rails and pre Add the new remote to your local repository on your local machine: <shell> -$ git remote add mine https://<your user name>@github.com/<your user name>/rails.git +$ git remote add mine git@github.com:<your user name>/rails.git </shell> Push to your remote: @@ -361,7 +361,7 @@ $ git push mine my_new_branch h4. Issue a Pull Request -Navigate to the Rails repository you just pushed to (e.g. https://github.com/<your user name>/rails) and press "Pull Request" in the upper right hand corner. +Navigate to the Rails repository you just pushed to (e.g. https://github.com/your-user-name/rails) and press "Pull Request" in the upper right hand corner. Write your branch name in branch field (is filled with master by default) and press "Update Commit Range" |