1
0
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:
Tim Green
2014-04-12 21:33:38 +01:00
parent 1dc9b7a4b2
commit 107624156e

View File

@@ -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.
![Closing Repo](http://i.imgur.com/URXFprQ.png)
## 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.