summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-04-15 13:37:57 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2016-04-19 18:11:41 +0200
commit3739a840521b64d72fe7ed2c30a53bd3ee61b64a (patch)
tree05c51355c3abb19014fdfb1b7d368986ce061c22 /README.md
parentd5020c5cf8a151ac22af6c4d3caf35a5d04c7bdd (diff)
downloadgitlab-shell-3739a840521b64d72fe7ed2c30a53bd3ee61b64a.tar.gz
Remove branch functionality
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 477df54..78d21fc 100644
--- a/README.md
+++ b/README.md
@@ -104,14 +104,6 @@ Update HEAD:
./bin/gitlab-projects update-head gitlab/gitlab-ci.git 3-2-stable
-Create branch:
-
- ./bin/gitlab-projects create-branch gitlab/gitlab-ci.git 3-2-stable master
-
-Remove branch:
-
- ./bin/gitlab-projects rm-branch gitlab/gitlab-ci.git 3-0-stable
-
Create tag (lightweight & annotated):
./bin/gitlab-projects create-tag gitlab/gitlab-ci.git v3.0.0 3-0-stable