diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-05 16:18:14 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-05 16:18:14 +0200 |
commit | 25f4a829e912b0d94b5a8c1cd9fe01f029a31e43 (patch) | |
tree | a43e58cafeeb2797ff79b0a1d30511f4f78b68e4 | |
parent | 0b58936ca08d1085b31e39c26d2314d09d9300a4 (diff) | |
download | gitlab-shell-25f4a829e912b0d94b5a8c1cd9fe01f029a31e43.tar.gz |
fix prev commit
-rw-r--r-- | README | 36 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 36 deletions
@@ -1,36 +0,0 @@ -### 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..." - @@ -1,5 +1,7 @@ ### gitlab-shell: ssh access and repostiory management +[](http://ci.gitlab.org/projects/4?ref=master) + ### Setup ./bin/install |