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

Small fix the example URL

This commit is contained in:
Guriev Nicholas
2015-01-21 16:26:15 +03:00
parent cd6f422b86
commit b509f92483

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: 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` Where `{range} = master...4-1-stable`