Forrest logo
back to context overview

git-whatchanged

List of commands for git-whatchanged:

  • git-whatchanged:tldr:9b1d7 git-whatchanged: Display logs and changes for recent commits for specific files or directories.
    $ git whatchanged ${filename_or_directory}
    try on your machine
    explain this command
  • git-whatchanged:tldr:bf666 git-whatchanged: Display logs and changes for recent commits within the specified time frame.
    $ git whatchanged --since="${2 hours ago}"
    try on your machine
    explain this command
  • git-whatchanged:tldr:c926c git-whatchanged: Display logs and changes for recent commits.
    $ git whatchanged
    try on your machine
    explain this command
back to context overview