On 02/15/2012 07:21 PM, David C. Rankin wrote:
Guys,
I suck at git. How do I clone:
Well, I just ended up using wget -r on the plain urls, but I would still like to know how to use git for this. I tried every incarnation of git clone based on http://www.trinitydesktop.org/wiki/bin/view/Developers/GIT and still couldn't get it to work - eg:
git clone http://drankin@scm.trinitydesktop.org/scm/git/tde-packaging/arch git clone http://drankin@scm.trinitydesktop.org/scm/git/tde-packaging/tree/arch git clone http://drankin@scm.trinitydesktop.org/scm/git/tde-packaging/ git clone http://drankin@scm.trinitydesktop.org/scm/git/arch
also tried without the username...
What's the trick?