1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-10 01:46:37 +02:00

Commit history by author

This commit is contained in:
Tim Green
2014-04-12 18:35:16 +01:00
parent af32a36b83
commit 66fbe6fe68

View File

@@ -32,7 +32,9 @@ $ git clone git://github.com/tiimgreen/toc.git
## 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
@@ -84,6 +86,14 @@ table.add_row('Tim Green', 'tiimgreen@gmail.com')
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 can be generated on Pull Requests, Issues, READMEs, etc. using `:name_of_emoji:`