#!/bin/sh
set -e
git for-each-ref --format='%(refname:short)' refs/heads/
