summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-06-26 22:43:24 +0300
committerLars Wirzenius <liw@liw.fi>2015-06-26 22:43:24 +0300
commitd9c3ee93c3013f3f1cbef4862c8ac4979666faf2 (patch)
tree3df583bd7091bd42a96cd1f29599b53775e81560 /doc
parent820c2df5a2d8a118aa4097e85396b9b483cda792 (diff)
downloadick-d9c3ee93c3013f3f1cbef4862c8ac4979666faf2.tar.gz
Add step to tag a git repository
Diffstat (limited to 'doc')
-rw-r--r--doc/900-implements.yarn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/900-implements.yarn b/doc/900-implements.yarn
index ad34dcf..28db6b7 100644
--- a/doc/900-implements.yarn
+++ b/doc/900-implements.yarn
@@ -22,6 +22,14 @@ repository has a `master` branch.
git add README
git commit -m "Initial commit"
+## Git tagging
+
+Add a tag to a repository.
+
+ IMPLEMENTS GIVEN a git tag (\S+) on tip of (\S+) in (\S+)
+ cd "$DATADIR/$MATCH_3"
+ git tag -a -m "A git tag" "$MATCH_1" "$MATCH_2"
+
## Ick file handling
Create an ick file.