Forrest logo
back to context overview

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 machine
    explain this command
  • git-effort:tldr:79065 git-effort: Display each file in the repository, showing commits and active days.
    $ git effort
    try on your machine
    explain 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 machine
    explain this command
back to context overview