diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-15 13:37:57 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-19 18:11:41 +0200 |
commit | 3739a840521b64d72fe7ed2c30a53bd3ee61b64a (patch) | |
tree | 05c51355c3abb19014fdfb1b7d368986ce061c22 /README.md | |
parent | d5020c5cf8a151ac22af6c4d3caf35a5d04c7bdd (diff) | |
download | gitlab-shell-3739a840521b64d72fe7ed2c30a53bd3ee61b64a.tar.gz |
Remove branch functionality
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 |