Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Courses
Git
Advanced Git
Commits
6c359f50
Verified
Commit
6c359f50
authored
1 year ago
by
Roberto Bochet
1
Browse files
Options
Download
Patches
Plain Diff
Minor fix
parent
13493e0c
No related merge requests found
Pipeline
#3462
passed with stages
in 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Slides/S01Tags.tsx
+8
-7
src/Slides/S01Tags.tsx
with
8 additions
and
7 deletions
+8
-7
src/Slides/S01Tags.tsx
+
8
−
7
View file @
6c359f50
...
...
@@ -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
>
...
...
This diff is collapsed.
Click to expand it.
Roberto Bochet
@avrdudo
mentioned in commit
e66804f6
·
2 weeks ago
mentioned in commit
e66804f6
mentioned in commit e66804f62b45610574621ad8745a77f04f88ac57
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets