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

Talk:Git for Administrators: Difference between revisions

From MoodleDocs
mNo edit summary
No edit summary
Line 5: Line 5:


:: [[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
:: [[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)

Revision as of 07:30, 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)