Forrest logo
back to the git tool

git-fame:tldr:09f86

git-fame: Display contributions in the specified format.
$ git fame --format ${select}
try on your machine

The command git fame --format ${select} is a git command that uses the git-fame plugin to generate statistics about contributors in a Git repository.

The git-fame plugin calculates and displays information such as the number of commits, number of lines added and deleted, and the authorship percentage for each contributor in the repository.

The --format flag is used to specify the format in which the output should be displayed. It can accept different values such as plain, csv or json to change the output format.

The ${select} part is likely a placeholder for a specific value or argument that should be provided. This could be an option to further customize the output or select specific contributors for the statistics.

Overall, this command can be used to generate detailed statistics about contributors in a Git repository in a format specified by the --format flag.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the git tool