1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-11 10:24:06 +02:00

Add compare branch example

This commit is contained in:
Rafal Chmiel
2014-04-16 10:33:51 +01:00
parent ef29a1322e
commit ac15804c9a

View File

@@ -82,10 +82,13 @@ https://github.com/user/repo/compare/{range}
Where `{range} = master...4-1-stable`
For example:
```
https://github.com/rails/rails/compare/master...4-1-stable
```
![Rails branch compare example](http://i.imgur.com/0Z52X5Y.png)
`{range}` can be changed to things like:
```