diff --git a/Branching-and-Merging.md b/Branching-and-Merging.md index 9c7738c..450b1fb 100644 --- a/Branching-and-Merging.md +++ b/Branching-and-Merging.md @@ -39,4 +39,10 @@ git rebase origin/master git checkout master git pull git merge --no-ff your_branch_name -``` \ No newline at end of file +``` + +## Example + +Here's an example of a commit graph that's easy to follow and understand: + +![http://i.imgur.com/WyKgtTG.png]() \ No newline at end of file