Answers for "how to remove a repo from github with cmd"

4

remove git repository windows

Go to the directory where you want to delete your .git folder then type in cmd

rmdir /S .git.
Posted by: Guest on August-11-2021

Code answers related to "how to remove a repo from github with cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language