ソースを参照

Merge pull request #35 from uppusaikiran/improvement_branch_merge

Added instructions to How to use?
John Washam 8 年 前
コミット
00f26cf9c3
1 ファイル変更18 行追加0 行削除
  1. 18 0
      README.md

+ 18 - 0
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