summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-05 16:13:46 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-02-05 16:13:46 +0200
commit5a2141be82d84d11fd751429c70bb2313747988d (patch)
tree8454c2e1caa07e4d992f3f0dfcbe482d7979cd19 /README
parent2466b410797e6bcb5821505369820696998c90c0 (diff)
downloadgitlab-shell-5a2141be82d84d11fd751429c70bb2313747988d.tar.gz
REAME to md
Diffstat (limited to 'README')
-rw-r--r--README34
1 files changed, 0 insertions, 34 deletions
diff --git a/README b/README
deleted file mode 100644
index b034005..0000000
--- a/README
+++ /dev/null
@@ -1,34 +0,0 @@
-### gitlab-shell: ssh access and repostiory management
-
-### 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..."
-