How to install git only for installing plugins for rails from github?
A:
You can use portable git
http://www.softpedia.com/get/PORTABLE-SOFTWARE/Programming/Portable-Git.shtml
danijel
2010-04-09 21:16:07
A:
You can also use the read-only subversion interface to check out the github stuff, as subversion could be more available for your system. As an example, for a project at http://github.com/einars/js-beautify you could check out it as
svn co http://svn.github.com/einars/js-beautify
Einar Lielmanis
2010-04-09 21:25:58