GIT help needed

Re: GIT help needed

by Davo Smith -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Try:

git clone git://git.moodle.org/moodle.git mystuff

cd mystuff

(If I understood your question correctly)

 

You can also quite safely do the following:

git clone git://git.moodle.org/moodle.git

mv moodle mystuff

Git stores all its settings in [checked-out-repository]/.git - so you can move / copy the main folder as much as you like without breaking anything.

Average of ratings: Useful (2)