A simple Chrome extension that generates git pull commands from the Moodle Tracker for Moodle integrators.
- Clone the repository (or download the zip) to any local directory you prefer. e.g.
git clone [email protected]:junpataleta/moodle-pull.git
- Open Chrome and go to
chrome://extensions/
. - Turn on
Developer mode
. - Press
Load unpacked
. - Browse to the location of the
moodle-pull
folder. - Select the folder and press
Open
. - You should see the
PULL
button beside your browser's address bar.
- On the issue page in the tracker, press the
PULL
button. - The available branches with patch will automatically be listed as buttons.
- 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.
- Paste to your terminal.
- Integrate away!