Merge pull request #35 from uppusaikiran/improvement_branch_merge
Added instructions to How to use?
This commit is contained in:
commit
00f26cf9c3
18
README.md
18
README.md
@ -140,6 +140,24 @@ I'm using Github's special markdown flavor, including tasks lists to check progr
|
||||
|
||||
- [x] 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
|
||||
|
||||
`git checkout -b progress`
|
||||
|
||||
`git remote add jwasham https://github.com/jwasham/google-interview-university`
|
||||
|
||||
`git fetch --all`
|
||||
|
||||
Mark all boxes with X after you completed your changes
|
||||
|
||||
`git add . `
|
||||
|
||||
`git commit -m "Marked x" `
|
||||
|
||||
`git rebase jwasham/master `
|
||||
|
||||
`git push --force `
|
||||
|
||||
[More about Github-flavored markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
|
||||
|
||||
## Get in a Googley Mood
|
||||
|
Loading…
x
Reference in New Issue
Block a user