diff options
Diffstat (limited to 'tools/git.html')
-rw-r--r-- | tools/git.html | 2 |
1 files changed, 1 insertions, 1 deletions
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). </code></pre> <h2 id="tags"><a class="header" href="#tags">Tags</a></h2> -<pre><code class="language-markdown"> git tag -a <tname> -m "descr" ........ creates an annotated tag (full object +<pre><code class="language-markdown"> 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 |