From d276af90e6350c88c4c92bfe44e5a4f9a8c1040d Mon Sep 17 00:00:00 2001 From: "s.long" Date: Wed, 9 Sep 2020 14:25:58 +0700 Subject: [PATCH] Add Remove origin remote --- init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.sh b/init.sh index c3b38cd..80afb32 100644 --- a/init.sh +++ b/init.sh @@ -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