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: Difference between revisions

From MoodleDocs
Line 10: Line 10:


would achieve the same effect (without the danger of merging into the wrong branch)?--[[User:David Smith 2|David Smith 2]] 10:55, 15 March 2011 (UTC)
would achieve the same effect (without the danger of merging into the wrong branch)?--[[User:David Smith 2|David Smith 2]] 10:55, 15 March 2011 (UTC)
Nope, I've always just done fetch/merge instead of pull. You're welcome to change it if pull is generally accepted as better/safer! [[User:Mark Johnson|Mark Johnson]] 14:49, 15 March 2011 (UTC)

Revision as of 14:49, 15 March 2011

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)

Nope, I've always just done fetch/merge instead of pull. You're welcome to change it if pull is generally accepted as better/safer! Mark Johnson 14:49, 15 March 2011 (UTC)