clone_nocheckout.sh (144B)
1 2 3 4 5 6 7 8 9 10
#!/bin/sh rm -rf ./tmp ./.git git clone \ --no-checkout \ https://github.com/Demonstrandum/Simp-O-Matic.git \ ./tmp mv ./tmp/.git ./.git