First line will contain upto three "words", first is git url, second is commit, third is folder. Eg
Say a file martd.gsub exists with:
http://github.com/amitu/martd master src/martd
In the third parameter was not there, we would have checked out http://github.com/amitu/martd martd. But since it is given, we will check out http://github.com/amitu/martd/src/martd in martd folder.
First line will contain upto three "words", first is git url, second is commit, third is folder. Eg
Say a file martd.gsub exists with:
In the third parameter was not there, we would have checked out
http://github.com/amitu/martdmartd. But since it is given, we will check outhttp://github.com/amitu/martd/src/martdinmartdfolder.