script to delete git files associated with this repo
This commit is contained in:
parent
18c67410d3
commit
9b2e79643d
9
removegit.sh
Normal file
9
removegit.sh
Normal file
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user