# Remove Self Init Script For Prevent Next time wrong on init rm -f ./init.sh # Remove Current Repo git remote rm origin # Reinit Git git init # Remove Readme rm -f README.md # Show Warning echo "Please Goto package.json and change Name , Description, Git Url of this project"