diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-05 16:15:17 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-05 16:15:17 +0200 |
commit | 0b58936ca08d1085b31e39c26d2314d09d9300a4 (patch) | |
tree | 5ad5c600a00898a4c86cea3558aa79ee40090690 | |
parent | 5a2141be82d84d11fd751429c70bb2313747988d (diff) | |
download | gitlab-shell-0b58936ca08d1085b31e39c26d2314d09d9300a4.tar.gz |
add badge for ci
-rw-r--r-- | README | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -0,0 +1,36 @@ +### gitlab-shell: ssh access and repostiory management + +[](http://ci.gitlab.org/projects/4?ref=master) + +### Setup + + ./bin/install + + +### Check + + ./bin/check + + +### Repos: + + +Add repo + + ./bin/gitlab-projects add-project gitlab/gitlab-ci.git + +Remove repo + + ./bin/gitlab-projects rm-project gitlab/gitlab-ci.git + +### Keys: + + +Add key + + ./bin/gitlab-keys add-key key-782 "ssh-rsa AAAAx321..." + +Remove key + + ./bin/gitlab-keys rm-key key-23 "ssh-rsa AAAAx321..." + |