Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 902 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 902 Bytes

moodle-pull

A simple Chrome extension that generates git pull commands from the Moodle Tracker for Moodle integrators.

Installation

  1. Clone the repository (or download the zip) to any local directory you prefer. e.g. git clone [email protected]:junpataleta/moodle-pull.git
  2. Open Chrome and go to chrome://extensions/.
  3. Turn on Developer mode.
  4. Press Load unpacked.
  5. Browse to the location of the moodle-pull folder.
  6. Select the folder and press Open.
  7. You should see the PULL button beside your browser's address bar.

Usage

  1. On the issue page in the tracker, press the PULL button.
  2. The available branches with patch will automatically be listed as buttons.
  3. Press the desired branch of the patch that you would like to generate a pull command for. The pull command will be automatically copied to your clipboard.
  4. Paste to your terminal.
  5. Integrate away!