Forrest logo
back to the git tool

git-fame:tldr:e904d

git-fame: Detect intra-file line moves and copies.
$ git fame -M
try on your machine

The command "git fame -M" is not a default git command. It seems to reference a third-party tool or an alias that is added in your git configuration.

However, based on the naming convention, it is possible that it might be referring to git-fame, which is an open-source tool used to track the authors who have made contributions to a git repository.

The "-M" parameter, in this case, might be an option specific to the git-fame tool. It could represent a flag to specify some kind of analysis or metric to be displayed, such as the number of modifications made by each author, or some other custom output.

Without further context or knowledge of the specific tool or aliases set up, it is difficult to provide a more accurate explanation of what the command does.

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