#!/bin/sh
set -eu

branch=$(git rev-parse --abbrev-ref HEAD)
echo "$branch"
