I\'m trying to remove a remote git repository through Git Bash. I\'m aware that I can just delete it through GitHub; however, I want to learn how to do so throu
To delete a remote repo from cmd line, you can use following command
git push origin --delete remote-reponame