Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xyulex/e555c32b3e433fa6c991 to your computer and use it in GitHub Desktop.
Save xyulex/e555c32b3e433fa6c991 to your computer and use it in GitHub Desktop.
Moodle: update git with last version from Moodle repository
$ cd /ruta/hacia/su/webroot
$ git clone git://git.moodle.org/moodle.git (1)
$ cd moodle
$ git branch -a (2)
$ git branch --track MOODLE_27_STABLE origin/MOODLE_27_STABLE (3)
$ git checkout MOODLE_27_STABLE (4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment