mirror of
https://github.com/jwasham/coding-interview-university.git
synced 2025-07-08 23:11:13 +08:00
Merge pull request #1175 from desirekaleba/add-missing-clone-cmd
fix: Add missing cmd on clone
This commit is contained in:
@ -277,6 +277,7 @@ Fork the GitHub repo https://github.com/jwasham/coding-interview-university by c
|
|||||||
Clone to your local repo:
|
Clone to your local repo:
|
||||||
|
|
||||||
git clone git@github.com:<your_github_username>/coding-interview-university.git
|
git clone git@github.com:<your_github_username>/coding-interview-university.git
|
||||||
|
cd coding-interview-university
|
||||||
git checkout -b progress
|
git checkout -b progress
|
||||||
git remote add jwasham https://github.com/jwasham/coding-interview-university
|
git remote add jwasham https://github.com/jwasham/coding-interview-university
|
||||||
git fetch --all
|
git fetch --all
|
||||||
|
Reference in New Issue
Block a user