
git-shortlog
List of commands for git-shortlog:
-
git-shortlog:tldr:3e708 git-shortlog: View all users, emails and the number of commits in the current branch.$ git shortlog -snetry on your machineexplain this command
-
git-shortlog:tldr:907f5 git-shortlog: View a summary of all the commits made, grouped alphabetically by author name.$ git shortlogtry on your machineexplain this command
-
git-shortlog:tldr:93a5b git-shortlog: View all users, emails and the number of commits in all branches.$ git shortlog -sne --alltry on your machineexplain this command
-
git-shortlog:tldr:bc689 git-shortlog: View a summary of all the commits made, sorted by the number of commits made.$ git shortlog -ntry on your machineexplain this command
-
git-shortlog:tldr:c97d4 git-shortlog: View a summary of all the commits made, grouped by the committer identities (name and email).$ git shortlog -ctry on your machineexplain this command