
git-effort
List of commands for git-effort:
-
git-effort:tldr:0a830 git-effort: Display files modified by a specific number of commits or more, showing commits and active days.$ git effort --above ${5}try on your machineexplain this command
-
git-effort:tldr:79065 git-effort: Display each file in the repository, showing commits and active days.$ git efforttry on your machineexplain this command
-
git-effort:tldr:97293 git-effort: Display only the specified files or directories, showing commits and active days.$ git effort ${filename_or_directory1 filename_or_directory2 ---}try on your machineexplain this command