mirror of
https://github.com/tj/git-extras.git
synced 2026-09-13 08:56:19 -04:00
40 lines
848 B
Markdown
40 lines
848 B
Markdown
git-contrib(1) -- Show user's contributions
|
|
===========================================
|
|
|
|
## SYNOPSIS
|
|
|
|
`git-contrib` <username>
|
|
|
|
## DESCRIPTION
|
|
|
|
Output a user's contributions to a project, based on the author name.
|
|
|
|
## OPTIONS
|
|
|
|
<username>
|
|
|
|
The name of the user who owns the contributions.
|
|
|
|
## EXAMPLES
|
|
|
|
$ git contrib visionmedia
|
|
visionmedia (18):
|
|
Export STATUS_CODES
|
|
Replaced several Array.prototype.slice.call() calls with Array.prototype.unshift.call()
|
|
Moved help msg to node-repl
|
|
Added multiple arg support for sys.puts(), print(), etc.
|
|
Fix stack output on socket error
|
|
...
|
|
|
|
## AUTHOR
|
|
|
|
Written by Tj Holowaychuk <<tj@vision-media.ca>>
|
|
|
|
## REPORTING BUGS
|
|
|
|
<<http://github.com/visionmedia/git-extras/issues>>
|
|
|
|
## SEE ALSO
|
|
|
|
<<http://github.com/visionmedia/git-extras>>
|