From 0bd7dbd106fd54cde849578a0bc70db3f688c164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Magalh=C3=A3es?= Date: Sun, 27 Sep 2015 17:35:43 +0200 Subject: [PATCH] Consistent naming of tags. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14dc0c5..c6081e0 100644 --- a/README.md +++ b/README.md @@ -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): ```sh -git update-ref refs/tags/NAME +git update-ref refs/tags/ ``` Your tag should now have been restored.