You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+51-9Lines changed: 51 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,35 @@
1
1
# GitHub Cheat Sheet
2
2
3
-
All the hidden and not hidden features of Git and GitHub. This cheat sheet was inspired by Zach Holman's [Git and GitHub Secrets](http://www.confreaks.com/videos/1229-aloharuby2012-git-and-github-secrets) talk at Aloha Ruby Conference 2012. Also see Zach's [slides](https://speakerdeck.com/holman/git-and-github-secrets).
3
+
All the hidden and not hidden features of Git and GitHub. This cheat sheet was inspired by Zach Holman's [Git and GitHub Secrets](http://www.confreaks.com/videos/1229-aloharuby2012-git-and-github-secrets) talk at Aloha Ruby Conference 2012 ([slides](https://speakerdeck.com/holman/git-and-github-secrets)) and his [More Git and GitHub Secrets](https://vimeo.com/72955426) talk at WDCNZ 2013 ([slides](https://speakerdeck.com/holman/more-git-and-github-secrets)).
[Hub](https://github.com/github/hub) is a command line tool that wraps git in order to extend it with extra features and commands that make working with GitHub easier.
20
49
@@ -77,9 +106,9 @@ Pressing `s` will select the search bar.
77
106
78
107
Pressing `y`__when looking at a file__ (e.g. `https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.md`) will change your URL to one which, in effect, freezes the page you are looking at. If this code changes, you will still be able to see what you saw at that current time.
79
108
80
-
To see all of the shortcuts for given page type `shift+?`
109
+
To see all of the shortcuts for the current page type `shift+?`
81
110
82
-
## Closing issues with commits
111
+
## Closing Issues with Commits
83
112
84
113
If a particular commit fixes an issue, any of the keywords `fix/fixes/fixed` or `close/closes/closed`, followed by the issue number, will close the issue.
85
114
@@ -99,7 +128,7 @@ If you want to check out pull request locally, you can fetch it using that comma
Emojis can be generated on Pull Requests, Issues, READMEs, etc. using `:name_of_emoji:`
247
+
Emojis can be generated on Pull Requests, Issues, Commit Messages, READMEs, etc. using `:name_of_emoji:`
219
248
220
249
```
221
250
:smile:
@@ -229,7 +258,7 @@ Emojis can be generated on Pull Requests, Issues, READMEs, etc. using `:name_of_
229
258
:shipit:
230
259
:+1:
231
260
232
-
The full list of supported Emojis on GitHub can be found [here](http://www.emoji-cheat-sheet.com/).
261
+
The full list of supported Emojis on GitHub can be found [here](http://www.emoji-cheat-sheet.com/) or [here](https://github.com/scotch-io/All-Github-Emoji-Icons).
0 commit comments