Answers for "how to undo initialize git repository"

30

how to remove git initialization

rm -rf .git
Posted by: Guest on April-01-2020
4

Reinitialize git repository

git remote set-url origin https://github.com/your/repository
Posted by: Guest on July-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language