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