Updated Branching and Merging (markdown)
parent
41ce743263
commit
7b3f8655d5
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,6 @@ git merge --no-ff your_branch_name
|
||||||
|
|
||||||
## Example
|
## 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)
|
![commit graph](http://i.imgur.com/WyKgtTG.png)
|
Loading…
Reference in a new issue