From 8e6110f2f438b3b6bf320819feb76551251e830b Mon Sep 17 00:00:00 2001 From: Swaroop Samek Date: Sun, 2 Aug 2020 16:19:01 -0700 Subject: [PATCH] Added more steps to GIT setup to help users new to Git/GitHub --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ea0971dcc..c54ce31d65 100644 --- a/README.md +++ b/README.md @@ -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:/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) \ No newline at end of file +[CC-BY-SA-4.0](./LICENSE.txt)