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

User:Frank Ralf/Git: Difference between revisions

From MoodleDocs
Line 1: Line 1:
== Setting up a remote repository on GitHub ==
== Setting up a remote repository on github ==


See the instructions at:
See the instructions at:
* [[Dev:Git for developers]]
* [[Dev:Git for developers]]
* [[Git repositories for contrib modules]]
* [[Git repositories for contrib modules]]
== Cloning the remote github repository to your local Moodle installation ==
# Change to the parent folder for your plug-in
#  <code>git clone https://nakohdo@github.com/nakohdo/moodle-filter_autolinkhijacker.git</code>
# Rename the folder to your plug-in's name
# Open Git Bash in that folder


== Creating a remote branch ==
== Creating a remote branch ==

Revision as of 20:01, 22 June 2011

Setting up a remote repository on github

See the instructions at:

Cloning the remote github repository to your local Moodle installation

  1. Change to the parent folder for your plug-in
  2. git clone https://nakohdo@github.com/nakohdo/moodle-filter_autolinkhijacker.git
  3. Rename the folder to your plug-in's name
  4. Open Git Bash in that folder

Creating a remote branch

Git creating remote branch.png

See also: