abstract image of ryan

Welcome to ryanwold.net


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

Date
2013-08-24
Status
release

Tags
programming and note
Series
N/A