You can list tags by running this:
1
|
|
Suppose we see a tag called v1.0.1 that we want to remove. We’d simply remove it like this:
1 2 |
|
The first line will remove the tag locally and the second line will remove the remote tag.
You can list tags by running this:
1
|
|
Suppose we see a tag called v1.0.1 that we want to remove. We’d simply remove it like this:
1 2 |
|
The first line will remove the tag locally and the second line will remove the remote tag.