From bac8a5d2822835cf47175d1162030653fadd5c09 Mon Sep 17 00:00:00 2001 From: johannst Date: Thu, 15 Feb 2024 23:29:57 +0000 Subject: deploy: 4485708c972815bbb6df7f5a228683aa855d553d --- tools/git.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/git.html') diff --git a/tools/git.html b/tools/git.html index fe62b83..2d64c24 100644 --- a/tools/git.html +++ b/tools/git.html @@ -247,7 +247,7 @@ branch has additional commits compared to remote branch).

Tags

-
  git tag -a <tname> -m "descr" ........ creates an annotated tag (full object
+
  git tag -a <tname> -m "descr" ........ creates an annotated tag (full object
                                          containing tagger, date, ...)
   git tag -l ........................... list available tags
   git checkout tag/<tname> ............. checkout specific tag
-- 
cgit v1.2.3