Updated Branching and Merging (markdown)
parent
7b3f8655d5
commit
ec7dbc7773
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
Loading…
Reference in a new issue