Updated Branching and Merging (markdown)

Alex Grin 2017-07-19 12:39:59 -04:00
parent 608bf152c6
commit 38af36dad4

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