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
(New page: ==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 i...)
 
Line 1: Line 1:
==git pull?==
==git pull?==
Is there a reason for using two commands:
Is there a reason for using two commands:
git fetch
 
git merge origin/master
git fetch
git merge origin/master


when the single command:
when the single command:
git pull
 
git pull


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)

Revision as of 10:56, 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)