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 git@github.com: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-pullfolder. - Select the folder and press
Open. - You should see the
PULLbutton beside your browser's address bar.
- On the issue page in the tracker, press the
PULLbutton. - 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!