1GIT-CONTRIB(1)                    Git Extras                    GIT-CONTRIB(1)
2
3
4

NAME

6       git-contrib - Show user´s contributions
7

SYNOPSIS

9       git-contrib [<username>|<email>]
10

DESCRIPTION

12       Output a user´s contributions to a project, based on the author name or
13       email. Returns multiple entries if there are more than one match.
14

OPTIONS

16       <username>
17
18       The name or email of the user who owns the contributions.
19

EXAMPLES

21       Searching with a username
22
23       $ git contrib visionmedia
24       visionmedia (18):
25         Export STATUS_CODES
26         Moved help msg to node-repl
27         Added multiple arg support for sys.puts(), print(), etc.
28         Fix stack output on socket error
29         ...
30
31       Searching with a partial email
32
33       $ git contrib tj@
34       visionmedia (18):
35         Export STATUS_CODES
36         Moved help msg to node-repl
37         Added multiple arg support for sys.puts(), print(), etc.
38         Fix stack output on socket error
39         ...
40

AUTHOR

42       Written by Tj Holowaychuk <tj@vision-media.ca>
43

REPORTING BUGS

45       <https://github.com/tj/git-extras/issues>
46

SEE ALSO

48       <https://github.com/tj/git-extras>
49
50
51
52                                 October 2017                   GIT-CONTRIB(1)
Impressum