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 /README.md | |
| parent | 05e2c4359d1f1e8addb33d6cb1980bc6dedf8bbd (diff) | |
| download | gitlab-shell-eee3f27e8867bd2e87cf4156da315c9080c379b1.tar.gz | |
Update README with new methods
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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: |
