File tree 1 file changed +37
-0
lines changed
1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Day 31
2
+
3
+ Today we will learn to create tags.
4
+
5
+ ## Problem Statement:
6
+
7
+ Some of your commits may be special commits. Maybe you reached a milestone or a new version number.
8
+ You can mark these commits with a special flag called 'tag.
9
+
10
+ Write
11
+ ` git tag ‹tag-name> `
12
+ to tag your commit.
13
+
14
+ ### Files:
15
+ - feature-list
16
+
17
+
18
+ ### Questions:
19
+ - Did you create a new tag?
20
+
21
+
22
+ <div align =" center " >
23
+ <img src =" https://github.com/ArnabKumarRoy02/Learn-git/assets/86621483/ef8c9a59-1fdd-44ab-88ad-bc512a43e905 " width =400 >
24
+ <p >Description of the problem.</p >
25
+ </div >
26
+
27
+ ## Solution:
28
+
29
+ 1 . Add the tag.
30
+ ``` bash
31
+ git tag features
32
+ ```
33
+
34
+ <div align =" center " >
35
+ <img src =" https://github.com/ArnabKumarRoy02/Learn-git/assets/86621483/b345eee2-0b5c-4088-8aac-a25786a08035 " width =400 >
36
+ <p >Description of the solution.</p >
37
+ </div >
You can’t perform that action at this time.
0 commit comments