I am trying to follow this railscast tutorial for authlogic - and it points to the source here -
I have git installed - how do I replicate the source onto my localhost so that I can follow the tutorial like in the screencast?
On the top-right side of the project board, click Menu. Click , then click Copy. Under "Owner", use the drop-down menu and click the repository or organization where you want to copy the project board. Optionally, under "Project board name", type the name of the copied project board.
Git clone is used to copy an existing Git repository into a new local directory. The Git clone command will create a new local directory for the repository, copy all the contents of the specified repository, create the remote tracked branches, and checkout an initial branch locally.
git clone git://github.com/ryanb/railscasts-episodes.git
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With