Skip to content
Snippets Groups Projects
Commit eee3f27e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Update README with new methods

parent 05e2c435
No related branches found
No related tags found
No related merge requests found
v1.6.0
- Create branch/tag functionality
- Remove branch/tag functionality
v1.5.0
- Logger
- Ability to specify ca_file/ca_path
Loading
Loading
Loading
Loading
@@ -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:
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment