
git-fame
List of commands for git-fame:
-
git-fame:tldr:09f86 git-fame: Display contributions in the specified format.$ git fame --format ${select}try on your machineexplain this command
-
git-fame:tldr:17038 git-fame: Calculate contributions for the current Git repository.$ git fametry on your machineexplain this command
-
git-fame:tldr:6b7b7 git-fame: Display contributions per file extension.$ git fame --bytypetry on your machineexplain this command
-
git-fame:tldr:7ee2e git-fame: Ignore whitespace changes.$ git fame --ignore-whitespacetry on your machineexplain this command
-
git-fame:tldr:81a36 git-fame: Calculate contributions made after the specified date.$ git fame --since "${select}"try on your machineexplain this command
-
git-fame:tldr:86407 git-fame: Exclude files/directories that match the specified regular expression.$ git fame --excl "${regular_expression}"try on your machineexplain this command
-
git-fame:tldr:e904d git-fame: Detect intra-file line moves and copies.$ git fame -Mtry on your machineexplain this command
-
git-fame:tldr:f51fd git-fame: Detect inter-file line moves and copies.$ git fame -Ctry on your machineexplain this command