diff --git a/removegit.sh b/removegit.sh new file mode 100644 index 0000000..ed0cb0f --- /dev/null +++ b/removegit.sh @@ -0,0 +1,9 @@ +echo "removing everything related to the starter git repo" + +echo "removing git..." +rm -rf .git + +echo "removing LICENSE and README.md..." +rm LICENSE README.md + +echo "keeping .gitignore as it might be useful"