Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Installing Moodle from Git repository.

Talk:Installing Moodle from Git repository

From MoodleDocs

git pull?

Is there a reason for using two commands:

git fetch
git merge origin/master

when the single command:

git pull

would achieve the same effect (without the danger of merging into the wrong branch)?--David Smith 2 10:55, 15 March 2011 (UTC)