cal/git-init.sh
Alex van Andel a888be6e04
Support both https/git by detection of origin root (#6651)
* Support both https/git by detection of origin root

* Remove unnecessary .

* Minor comment fixup
2023-01-23 23:05:53 +00:00

9 lines
153 B
Bash
Executable File

#!/bin/sh
# Skip if `.gitmodules` exists
[ -f .gitmodules ] && {
echo ".gitmodules already initialized"
exit 0
}
./git-setup.sh api website console