There was an error while loading. Please reload this page.
1 parent 3bbf365 commit b51add3Copy full SHA for b51add3
template.sh
@@ -2,6 +2,7 @@
2
3
# Check in this directory git exist
4
if [ ! -d .git ]; then
5
+ echo "fatal: not a git repository (or any of the parent directories): .git"
6
exit 1
7
fi
8
0 commit comments