Updated Branching and Merging (markdown)

Alex Grin 2017-07-19 12:40:13 -04:00
parent 38af36dad4
commit f828a0d476

@ -22,7 +22,7 @@ When working locally, do whatever you want. Before sharing, clean up your histor
```
git fetch
git rebase -i origin/master #rearrange and reword commits. aim for readability by others
git rebase -i origin/master # rearrange and reword commits. aim for readability by others
git push -u origin your_branch_name
```