oh-my-git/levels/ref-remove/description
2020-09-16 16:16:11 +02:00

6 lines
135 B
Plaintext

And finally, to delete a ref, use
git update-ref -d refs/<refname>
Delete all refs! :P (Well, except for HEAD. HEAD is special.)