Updated Branching and Merging (markdown)

Alex Grin 2017-07-19 12:56:32 -04:00
parent 6c2e089663
commit 469f938d34

@ -39,4 +39,10 @@ git rebase origin/master
git checkout master
git pull
git merge --no-ff your_branch_name
```
```
## Example
Here's an example of a commit graph that's easy to follow and understand:
![http://i.imgur.com/WyKgtTG.png]()