#!/usr/bin/env bash

cd /tmp/demo

echo '$ cat .git/refs/heads/master'
cat .git/refs/heads/master
echo '$ cat .git/HEAD'
cat .git/HEAD