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
This commit is contained in:
desire 2022-07-20 18:18:48 +03:00
parent e54b9eb170
commit 6986d2bab6
1 changed files with 1 additions and 0 deletions

View File

@ -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:<your_github_username>/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