Updated Branching and Merging (markdown)

Alex Grin 2017-07-19 18:52:45 -04:00
parent c1e7d3d485
commit 2c434cb4ba

@ -4,7 +4,7 @@ Git history is similar to code in that it is written once but it is read dozens
``` ```
git fetch git fetch
git checkout -b new_branch origin/master git checkout -b your_branch_name origin/master
``` ```
## Rebase onto master daily ## Rebase onto master daily