Git command: Delete a remote Git repository
Date:
2013-08-24
Tags:
["programming", "note"]
To delete a remote Git repository:
// generic syntax
git push origin :<branchname>
// example syntax
git push origin :feature/new_feature_name