|
@@ -201,9 +201,14 @@ I'm using Github's special markdown flavor, including tasks lists to check progr
|
|
|
|
|
|
**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
|
|
|
|
|
|
+Fork the GitHub repo https://github.com/jwasham/coding-interview-university by clicking on the Fork button
|
|
|
+
|
|
|
+ Clone to your local repo
|
|
|
+
|
|
|
+`git clone git@github.com:<your_github_username>/coding-interview-university.git`
|
|
|
+
|
|
|
`git checkout -b progress`
|
|
|
|
|
|
`git remote add jwasham https://github.com/jwasham/coding-interview-university`
|
|
@@ -218,6 +223,8 @@ I'm using Github's special markdown flavor, including tasks lists to check progr
|
|
|
|
|
|
`git rebase jwasham/master`
|
|
|
|
|
|
+`git push --set-upstream origin progress`
|
|
|
+
|
|
|
`git push --force`
|
|
|
|
|
|
[More about Github-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
|
|
@@ -1976,4 +1983,4 @@ Sit back and enjoy. "Netflix and skill" :P
|
|
|
|
|
|
## LICENSE
|
|
|
|
|
|
-[CC-BY-SA-4.0](./LICENSE.txt)
|
|
|
+[CC-BY-SA-4.0](./LICENSE.txt)
|