ryanwold.net

A civic-minded citizen seeking the singularity

An entry

Git command: Delete a remote Git repository

Date: 2013-08-24
Status: release
Tags: programming note

To delete a remote Git repository:

// generic syntax
git push origin :<branchname>

// example syntax
git push origin :feature/new_feature_name