Skip to content

Commit

Permalink
Merge pull request #583 from gotswoop/master
Browse files Browse the repository at this point in the history
Added more steps to GIT setup to help users new to Git/GitHub
  • Loading branch information
jwasham authored Aug 3, 2020
2 parents e8122e0 + 8e6110f commit cc110ae
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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)
Expand Down Expand Up @@ -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)

0 comments on commit cc110ae

Please sign in to comment.