There was an error while loading. Please reload this page.
1 parent 8c2c7c0 commit 60169b6Copy full SHA for 60169b6
template.sh
@@ -1,11 +1,5 @@
1
#!/bin/bash
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
-
9
# Color formatting
10
RED="\033[0;31m"
11
GREEN="\033[0;32m"
0 commit comments