From 6986d2bab6ea3fe962e986c3791f1b737efc7fb7 Mon Sep 17 00:00:00 2001 From: desire Date: Wed, 20 Jul 2022 18:18:48 +0300 Subject: [PATCH] fix: Add missing cmd on clone After cloning the repo, the command steps to add a progress branch was not changing to the new cloned directory before creating and checking out to the progress branch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f6622e3b6..58b90c3bae 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ Fork the GitHub repo https://github.com/jwasham/coding-interview-university by c Clone to your local repo: git clone git@github.com:/coding-interview-university.git + cd coding-interview-university git checkout -b progress git remote add jwasham https://github.com/jwasham/coding-interview-university git fetch --all