Merge pull request #583 from gotswoop/master

Added more steps to GIT setup to help users new to Git/GitHub
This commit is contained in:
John Washam 2020-08-02 17:09:13 -07:00 committed by GitHub
commit cc110aed6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)