Skip to content

How do I get rid of a cloned repo, within another repo? #21633

Discussion options

You must be logged in to vote

Just do a regular deletion for your platform (e.g. rm -rf on a Unix-ish one). git rm doesn’t work because that second repo isn’t part of the enclosing one, so there’s nothing to remove from it.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants