diff options
author | Agis Anastasopoulos <corestudiosinc@gmail.com> | 2012-11-15 21:32:56 +0200 |
---|---|---|
committer | Agis Anastasopoulos <corestudiosinc@gmail.com> | 2012-11-15 21:32:56 +0200 |
commit | bf9ddc4e4d98621920989c8bd84cef4fda767521 (patch) | |
tree | ef418ed7b93eba9eaaf70f7d82cb6bf17a653ade /guides/source | |
parent | f60a51f9e160acc01f617dac4cd6afdefc76d464 (diff) | |
download | rails-bf9ddc4e4d98621920989c8bd84cef4fda767521.tar.gz rails-bf9ddc4e4d98621920989c8bd84cef4fda767521.tar.bz2 rails-bf9ddc4e4d98621920989c8bd84cef4fda767521.zip |
Add links to TryGit & official documentation
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/development_dependencies_install.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/development_dependencies_install.md b/guides/source/development_dependencies_install.md index 707a6341fb..7dfb39fb81 100644 --- a/guides/source/development_dependencies_install.md +++ b/guides/source/development_dependencies_install.md @@ -19,6 +19,8 @@ In case you can't use the Rails development box, see section above, these are th Ruby on Rails uses Git for source code control. The [Git homepage](http://git-scm.com/) has installation instructions. There are a variety of resources on the net that will help you get familiar with Git: +* [Try Git course](http://try.github.com/) is an interactive course that will teach you the basics. +* The [official Documentation](http://git-scm.com/documentation) is pretty comprehensive and also contains some videos with the basics of Git * [Everyday Git](http://schacon.github.com/git/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](http://help.github.com) offers links to a variety of Git resources. |