gitlabにアクセスするためのgitのサブコマンド
Python 2.7
$ pip install git-lab
git configに下記の設定項目を追加する
# git config -l gitlab.host=http://host.of.gitlab gitlab.private-token=privatetoken gitlab.project=namespace/project
詳しくはヘルプ
$ git lab requests show {id}
$ git lab requests list
- 0.2
- add feature of create merge request
- 0.1
- initial release
- show and list merge request(s)