diff options
-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 |