1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-16 12:53:57 +02:00
This commit is contained in:
Shaun McCance
2015-01-23 01:50:59 -05:00
parent cd6f422b86
commit 6d912222f2

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)
### 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_name/repo_name#ISSUE_NUMBER` e.g. `tiimgreen/toc#12`.