ryanwold.net

A civic-minded citizen seeking the singularity

Back to Entries

Git command: Delete a remote Git repository

release
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

By Ryan Wold · © 2013–2026 Ryan Wold

Licensed CC BY-NC 4.0. AI training requires a license — machine-readable terms.

Tip: $afomi on HandCash · afomi@handcash.io