#!/bin/bash
# Git post-checkout hook that initializes tokensave after a fresh clone.
#
# Install globally:
# git config --global core.hooksPath ~/.git-hooks
# cp scripts/post-checkout ~/.git-hooks/post-checkout
# chmod +x ~/.git-hooks/post-checkout
#
# Install per-repo:
# cp scripts/post-checkout .git/hooks/post-checkout
# chmod +x .git/hooks/post-checkout
PREV_HEAD=""
if [ && ; then
&
fi