From 31fdc1bf27dd905f94eb03f1d61475e134688cd1 Mon Sep 17 00:00:00 2001 From: uppusaikiran Date: Thu, 13 Oct 2016 20:33:06 +0530 Subject: [PATCH] Added instructions to How to use? --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index d834feb..dd1a743 100644 --- a/README.md +++ b/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