mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-11 18:34:00 +02:00
Add compare branch example
This commit is contained in:
@@ -82,10 +82,13 @@ https://github.com/user/repo/compare/{range}
|
|||||||
Where `{range} = master...4-1-stable`
|
Where `{range} = master...4-1-stable`
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
```
|
```
|
||||||
https://github.com/rails/rails/compare/master...4-1-stable
|
https://github.com/rails/rails/compare/master...4-1-stable
|
||||||
```
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
`{range}` can be changed to things like:
|
`{range}` can be changed to things like:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user