|
@@ -269,25 +269,29 @@ If you're open in a code editor that understands markdown, you'll see everything
|
|
|
|
|
|
Create a new branch so you can check items like this, just put an x in the brackets: [x]
|
|
|
|
|
|
- Fork a branch and follow the commands below
|
|
|
+1. ***Fork the GitHub repo:*** `https://github.com/jwasham/coding-interview-university` by clicking on the Fork button.
|
|
|
|
|
|
-Fork the GitHub repo https://github.com/jwasham/coding-interview-university by clicking on the Fork button.
|
|
|
+ 
|
|
|
|
|
|
-Clone to your local repo:
|
|
|
+1. 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
|
|
|
+ ```
|
|
|
|
|
|
-Mark all boxes with X after you completed your changes:
|
|
|
+1. Mark all boxes with X after you completed your changes:
|
|
|
|
|
|
+ ```
|
|
|
git add .
|
|
|
git commit -m "Marked x"
|
|
|
git rebase jwasham/main
|
|
|
git push --set-upstream origin progress
|
|
|
git push --force
|
|
|
+ ```
|
|
|
|
|
|
## Don't feel you aren't smart enough
|
|
|
|