diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-08 13:56:30 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-08 13:56:30 +0300 |
commit | eee3f27e8867bd2e87cf4156da315c9080c379b1 (patch) | |
tree | d8d7038844819b96251b2cb28c802b176c73b3fc | |
parent | 05e2c4359d1f1e8addb33d6cb1980bc6dedf8bbd (diff) | |
download | gitlab-shell-eee3f27e8867bd2e87cf4156da315c9080c379b1.tar.gz |
Update README with new methods
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | README.md | 20 |
2 files changed, 24 insertions, 0 deletions
@@ -1,3 +1,7 @@ +v1.6.0 + - Create branch/tag functionality + - Remove branch/tag functionality + v1.5.0 - Logger - Ability to specify ca_file/ca_path @@ -40,6 +40,26 @@ Fork repo ./bin/gitlab-projects fork-project gitlab/gitlab-ci.git randx +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 + + ./bin/gitlab-projects create-tag gitlab/gitlab-ci.git v3.0.0 3-0-stable + +Remove tag + + ./bin/gitlab-projects rm-tag gitlab/gitlab-ci.git v3.0.0 + ### Keys: |