diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-16 09:29:10 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-18 11:14:59 +0200 |
commit | 0b56b0cdbdef9240ea1b4fca9617ec2250bc79de (patch) | |
tree | 758d7d7318d10a7503b1b477a5bfa4f8da481c24 /README.md | |
parent | 27125401f3b8571a79a4f3ba2212afcb9acd214e (diff) | |
download | gitlab-shell-0b56b0cdbdef9240ea1b4fca9617ec2250bc79de.tar.gz |
Remove rm-tag command
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -117,10 +117,6 @@ Create tag (lightweight & annotated): ./bin/gitlab-projects create-tag gitlab/gitlab-ci.git v3.0.0 3-0-stable ./bin/gitlab-projects create-tag gitlab/gitlab-ci.git v3.0.0 3-0-stable 'annotated message goes here' -Remove tag: - - ./bin/gitlab-projects rm-tag gitlab/gitlab-ci.git v3.0.0 - Gc repo: ./bin/gitlab-projects gc gitlab/gitlab-ci.git |