Add Remove origin remote

This commit is contained in:
s.long 2020-09-09 14:25:58 +07:00
parent 4529ba57b8
commit d276af90e6

View File

@ -16,6 +16,9 @@ rm -rf example
# 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