Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Git for Administrators.

Talk:Git for Administrators: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
Line 11: Line 11:
  '''echo''' /mod/book >> .git/info/exclude
  '''echo''' /mod/book >> .git/info/exclude
:::--[[User:Tim Hunt|Tim Hunt]] 07:30, 30 March 2011 (UTC)
:::--[[User:Tim Hunt|Tim Hunt]] 07:30, 30 March 2011 (UTC)
* INSTRUCTIONS SAY "The command (4) deletes the master that was created automatically by git-clone in (2) as we do not want it in this production checkout."
I do not understand why that "master" branch need to be deleted. What happens if it is not removed?
--[[User:Joseph Rézeau|Joseph Rézeau]] 09:07, 30 March 2011 (UTC)

Revision as of 09:07, 30 March 2011

CONTRIB code instructions?

Would it be helpful to add some instructions for how to add some CONTRIB code (for example a block) maintained in a repository to this page or better to start a separate Docs page for that? Peace - Anthony (The preceding unsigned comment was added by Anthony Borrow (talkcontribs) .)

I'd prefer a separate page for that. We might be able to copy some stuff from the forums. --Frank Ralf 07:11, 16 March 2011 (UTC)
David Mudrak 22:12, 29 March 2011 (UTC) I have added some short info regarding this. Can be elaborated at a separate page, for sure
David, I think steps 2-4 can be compressed to
git clone -b MOODLE_20_STABLE git://github.com/skodak/moodle-mod_book.git book
Also, I think you mean
echo /mod/book >> .git/info/exclude
--Tim Hunt 07:30, 30 March 2011 (UTC)
  • INSTRUCTIONS SAY "The command (4) deletes the master that was created automatically by git-clone in (2) as we do not want it in this production checkout."

I do not understand why that "master" branch need to be deleted. What happens if it is not removed?

--Joseph Rézeau 09:07, 30 March 2011 (UTC)