From 7133f36e5d5139f2a8d8b2fb7a77661d384c6ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antti=20M=C3=A4ki?= Date: Mon, 27 May 2019 18:01:39 +0000 Subject: [PATCH] cd: web2.0: No such file or directory --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 855aeaa..2b6703d 100644 --- a/readme.md +++ b/readme.md @@ -28,7 +28,7 @@ Set up your SSH key authentication in GitLab Profile Settings. Then clone the re ```bash git clone git@gitlab.com:sahkoinsinoorikilta/vtmk/web2.0-backend.git -cd web2.0 +cd web2.0-backend git checkout develop cp scripts/git/pre-push .git/hooks/pre-push # install a script to test code before committing ```