From ec7dbc7773808bfc70ce2a16309d33f276057034 Mon Sep 17 00:00:00 2001 From: Alex Grin Date: Wed, 19 Jul 2017 12:58:47 -0400 Subject: [PATCH] Updated Branching and Merging (markdown) --- Branching-and-Merging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Branching-and-Merging.md b/Branching-and-Merging.md index 230cb1b..740299d 100644 --- a/Branching-and-Merging.md +++ b/Branching-and-Merging.md @@ -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) \ No newline at end of file