Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git commits by author

# commits by author
git shortlog -s --author="authorName"
# for all authors
git shortlog -sn --all
 
PREVIOUS NEXT
Tagged: #git #commits #author
ADD COMMENT
Topic
Name
8+6 =