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
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== CONTRIB code instructions? ==
== 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 {{Unsigned|Anthony Borrow }}
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 {{Unsigned|Anthony Borrow }}
: I'd prefer a separate page for that. We might be able to copy some stuff from the forums. --[[User:Frank Ralf|Frank Ralf]] 07:11, 16 March 2011 (UTC)
:: [[User:David Mudrak|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
:::--[[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 needs to be deleted. What happens if it is not deleted?
--[[User:Joseph Rézeau|Joseph Rézeau]] 09:07, 30 March 2011 (UTC)

Latest revision as of 09:08, 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 needs to be deleted. What happens if it is not deleted?

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