summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 13:56:30 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-08 13:56:30 +0300
commiteee3f27e8867bd2e87cf4156da315c9080c379b1 (patch)
treed8d7038844819b96251b2cb28c802b176c73b3fc
parent05e2c4359d1f1e8addb33d6cb1980bc6dedf8bbd (diff)
downloadgitlab-shell-eee3f27e8867bd2e87cf4156da315c9080c379b1.tar.gz
Update README with new methods
-rw-r--r--CHANGELOG4
-rw-r--r--README.md20
2 files changed, 24 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8c25ffe..a0db4ea 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/README.md b/README.md
index ab001ab..90f532d 100644
--- a/README.md
+++ b/README.md
@@ -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: