Verified Commit 6c359f50 authored by Roberto Bochet's avatar Roberto Bochet
Browse files

Minor fix

parent 13493e0c
No related merge requests found
Pipeline #3462 passed with stages
in 55 seconds
Showing with 8 additions and 7 deletions
+8 -7
......@@ -31,15 +31,15 @@ export default () => (
</code>
</pre>
<p className="fragment" data-fragment-index={0}>
The command{' '}
The
<a
href="https://git-scm.com/docs/git-tag"
target="_blank"
rel="noreferrer">
<code>tag</code>
</a>{' '}
requires a name for the tag and optionally the hash of the commit which
has to be tagged
command requires a name for the tag and optionally the hash of the
commit which has to be tagged
<small className="fragment">
(If no hash is provided the "last" commit will be tagged)
</small>
......@@ -47,9 +47,9 @@ export default () => (
<small className="fragment">
n.b. tag name must be short and simple,
<br />
for more complex notes you can also add a message with the argument{' '}
for more complex notes you can also use the argument{' '}
<code>-m</code>, followed by a message to be added
for more complex notes you can also add a message with the argument for
more complex notes you can also use the argument <code>-m</code>,
followed by a message to be added
</small>
</section>
<section>
......@@ -88,7 +88,8 @@ export default () => (
</code>
</pre>
<p className="fragment" data-fragment-index={1}>
<code>tag</code> without parameters returns the list of the repository tags
<code>tag</code> without parameters returns the list of the repository
tags
</p>
</section>
</section>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment