#!/usr/bin/env ruby git init test-repo >/dev/null cd test-repo git checkout -b test-br 2>/dev/null touch foo git add foo git commit -m "foo" >/dev/null cat > open < git-push-branch <