#!/bin/sh
x=`git symbolic-ref -q HEAD 2>/dev/null`
printf "%s\n" "${x##refs/heads/}"
