if [ "$#" != "1" ]
then
	echo "Usage $0 full_path_to_local_repository"
	exit
fi
cd $1
git status