mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-10 01:46:37 +02:00
Add more detail
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Github Cheat Sheet
|
||||
|
||||
All the hidden and not hidden features of GitHub. Taken from Zach Holmans [talk](https://www.youtube.com/watch?v=Foz9yvMkvlA) at Aloha Ruby Conference 2012.
|
||||
All the hidden and not hidden features of GitHub and Git. Taken from Zach Holman's [talk](https://www.youtube.com/watch?v=Foz9yvMkvlA) at Aloha Ruby Conference 2012.
|
||||
|
||||
## Ignore Whitespace
|
||||
|
||||
@@ -82,6 +82,10 @@ If a particular commit fixes an issue, any of the keywords `fix/fixes/fixed` or
|
||||
$ git commit -m "Fix cock up, fixes #12"
|
||||
```
|
||||
|
||||
This closes the issue and references the closing commit.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
Reference in New Issue
Block a user