Skip to content

Instantly share code, notes, and snippets.

View PaulMcMillan's full-sized avatar

Paul McMillan PaulMcMillan

View GitHub Profile
@gabrielhurley
gabrielhurley / gerrit_review_process.rst
Created December 27, 2011 21:07
How to send changes to gerrit for review

How to send changes to gerrit for review

This is an opinionated step-by-step guide for how to not screw up working with Gerrit as a code review tool.

This presumes a setup where you're working on a forked copy of the repository and have created an "upstream" remote repository which points to the original.

@aaugustin
aaugustin / djpatch.py
Created August 25, 2011 10:30 — forked from jezdez/djpatch.py
A helper script to apply patches from Django's trac
#!/usr/bin/env python
"""
Obviously this is only useful if you have to deal with Django's
Trac a lot.
Mostly stolen from Jacob Kaplan-Moss, but improved by Jannis Leidel
and Aymeric Augustin.
Reads a config file at ~/.djpatchrc, e.g.: