mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-10 20:58:39 -03:00
Consistent naming of tags.
This commit is contained in:
parent
6fa3e0c7d9
commit
0bd7dbd106
@ -751,7 +751,7 @@ $ git fsck --unreachable | grep tag
|
|||||||
Make a note of the tag's hash. Then, restore the deleted tag with following, making use of git's [update-ref](http://git-scm.com/docs/git-update-ref):
|
Make a note of the tag's hash. Then, restore the deleted tag with following, making use of git's [update-ref](http://git-scm.com/docs/git-update-ref):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git update-ref refs/tags/NAME <hash>
|
git update-ref refs/tags/<tag_name> <hash>
|
||||||
```
|
```
|
||||||
|
|
||||||
Your tag should now have been restored.
|
Your tag should now have been restored.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user