mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-11 02:14:04 +02:00
Commit history by author
This commit is contained in:
12
README.md
12
README.md
@@ -32,7 +32,9 @@ $ git clone git://github.com/tiimgreen/toc.git
|
|||||||
|
|
||||||
## git.io
|
## git.io
|
||||||
|
|
||||||
[git.io](http://git.io) is a simple URL shortner for GitHub.
|
[git.io](http://git.io) is a simple URL shortener for GitHub.
|
||||||
|
|
||||||
|
[http://git.io/wO0xUg](http://git.io/wO0xUg)
|
||||||
|
|
||||||
## Gists
|
## Gists
|
||||||
|
|
||||||
@@ -84,6 +86,14 @@ table.add_row('Tim Green', 'tiimgreen@gmail.com')
|
|||||||
puts table.to_s
|
puts table.to_s
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Commit History by Author
|
||||||
|
|
||||||
|
To view all commits on a repo by author add `?author=username` to the URL.
|
||||||
|
|
||||||
|
```
|
||||||
|
https://github.com/rails/rails/commits/master?author=dhh
|
||||||
|
```
|
||||||
|
|
||||||
## Emojis
|
## Emojis
|
||||||
|
|
||||||
Emojis can be generated on Pull Requests, Issues, READMEs, etc. using `:name_of_emoji:`
|
Emojis can be generated on Pull Requests, Issues, READMEs, etc. using `:name_of_emoji:`
|
||||||
|
Reference in New Issue
Block a user