Updated Branching and Merging (markdown)

Alex Grin 2017-07-19 12:58:04 -04:00
parent 41ce743263
commit 7b3f8655d5

@ -43,6 +43,6 @@ git merge --no-ff your_branch_name
## Example
Here's an example of a commit graph that's easy to follow and understand:
Here's an example of a commit graph that's easy to follow and understand. Notice how it's immediately obvious which commits came from a single PR.
![commit graph](http://i.imgur.com/WyKgtTG.png)