mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix GitHub guides url
This commit is contained in:
parent
2fbf302149
commit
4760464efb
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ Ruby on Rails uses git for source code control. The "git homepage":http://git-sc
|
|||
|
||||
* "Everyday Git":http://www.kernel.org/pub/software/scm/git/docs/everyday.html will teach you just enough about git to get by.
|
||||
* The "PeepCode screencast":https://peepcode.com/products/git on git ($9) is easier to follow.
|
||||
* "GitHub":https://github.com/guides/home offers links to a variety of git resources.
|
||||
* "GitHub":http://help.github.com offers links to a variety of git resources.
|
||||
* "Pro Git":http://progit.org/book/ is an entire book about git with a Creative Commons license.
|
||||
|
||||
h4. Clone the Ruby on Rails Repository
|
||||
|
@ -232,7 +232,7 @@ You can also help out by examining pull requests that have been submitted to Rub
|
|||
$ git checkout -b testing_branch
|
||||
</shell>
|
||||
|
||||
Then you can use their remote branch to update your codebase. For example, let's say the github user JohnSmith has forked and pushed to the master branch located at http://github.com/JohnSmith/rails.
|
||||
Then you can use their remote branch to update your codebase. For example, let's say the GitHub user JohnSmith has forked and pushed to the master branch located at https://github.com/JohnSmith/rails.
|
||||
|
||||
<shell>
|
||||
$ git remote add JohnSmith git://github.com/JohnSmith/rails.git
|
||||
|
|
Loading…
Reference in a new issue