1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-13 19:34:00 +02:00

Merge pull request #102 from mymedia2/small-fix

Small fix the example URL
This commit is contained in:
Tim Green
2015-01-21 15:34:59 +00:00

View File

@@ -124,7 +124,7 @@ From here you can access the compare page or delete a branch with a click of a b
To use GitHub to compare branches, change the URL to look like this:
```
https://github.com/user/repo/compare/{range}
https://github.com/{user}/{repo}/compare/{range}
```
Where `{range} = master...4-1-stable`