1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-09 17:36:37 +02:00

Merge pull request #110 from shaunix/master

Typo fix
This commit is contained in:
Tim Green
2015-01-23 15:37:13 +00:00

View File

@@ -252,7 +252,7 @@ This closes the issue and references the closing commit.
[*Read more about closing Issues via commit messages.*](https://help.github.com/articles/closing-issues-via-commit-messages) [*Read more about closing Issues via commit messages.*](https://help.github.com/articles/closing-issues-via-commit-messages)
### Cross-Link Issues ### Cross-Link Issues
If you want to link to another issue in the same repository, simple type hash `#` then the issue number, it will be auto-linked. If you want to link to another issue in the same repository, simply type hash `#` then the issue number, and it will be auto-linked.
To link to an issue in another repository, `{user}/{repo}#ISSUE_NUMBER` e.g. `tiimgreen/toc#12`. To link to an issue in another repository, `{user}/{repo}#ISSUE_NUMBER` e.g. `tiimgreen/toc#12`.