Skip to content

Instantly share code, notes, and snippets.

View anguslees's full-sized avatar

Angus Lees anguslees

View GitHub Profile
@anguslees
anguslees / git-review-status.py
Created October 20, 2014 04:31
Simple script to check gerrit status of local git branches
#!/usr/bin/python
import re
import requests
import sys
import git
from pygerrit.rest import GerritRestAPI