Updated Branching and Merging (markdown)

Alex Grin 2017-07-19 12:58:47 -04:00
parent 7b3f8655d5
commit ec7dbc7773

@ -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. Notice how it's immediately obvious which commits came from a single PR.
Here's an example of a commit graph that's easy to follow and understand. Notice how it's immediately obvious which commits were made directly in master and which groups of commits came from a single PR.
![commit graph](http://i.imgur.com/WyKgtTG.png)