#!/bin/bash
#set -x
set -e
unset CDPATH
if [ -z  "$1" ]
then exit 1
fi
cd $1
git status | grep -q '^nothing to commit, working directory clean'
