#!/usr/bin/env python3 """ Builds integration branches. Something similar to $ git checkout -b branch-name $ for b in $(get-branches-from-github) ; do > git pull b > done Requires `~/.github_token`. Usage: build-integration-branch