How to install git only for installing plugins for rails from github?
Asked
Active
Viewed 169 times
2 Answers
0
You can use portable git
http://www.softpedia.com/get/PORTABLE-SOFTWARE/Programming/Portable-Git.shtml

danijel
- 1
0
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
- 347
- 1
- 4