mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-17 21:21:17 +02:00
Add example of cross-link issues
This commit is contained in:
@@ -209,12 +209,14 @@ and even fetch them automatically, if you add corresponding lines in your .git/c
|
|||||||
|
|
||||||
[*Read more about checking out pull requests locally.*](https://help.github.com/articles/checking-out-pull-requests-locally)
|
[*Read more about checking out pull requests locally.*](https://help.github.com/articles/checking-out-pull-requests-locally)
|
||||||
|
|
||||||
## Cross-link Issues
|
## Cross-Link Issues
|
||||||
|
|
||||||
If you want to link to another issue in the same repo, simple type hash `#` then the issue number, it will be auto-linked.
|
If you want to link to another issue in the same repo, simple type hash `#` then the issue number, it will be auto-linked.
|
||||||
|
|
||||||
To link to an issue in another repo, `user_name/repo_name#ISSUE_NUMBER` e.g. `tiimgreen/toc#12`.
|
To link to an issue in another repo, `user_name/repo_name#ISSUE_NUMBER` e.g. `tiimgreen/toc#12`.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Syntax Highlighting in Markdown Files
|
## Syntax Highlighting in Markdown Files
|
||||||
|
|
||||||
For example, to syntax highlight Ruby code in your Markdown files write:
|
For example, to syntax highlight Ruby code in your Markdown files write:
|
||||||
|
Reference in New Issue
Block a user