logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Git Whatchanged - Track Recent Commits | Online Free DevTools by Hexmos

Track recent commits with Git Whatchanged and analyze file changes efficiently. Improve code review and debugging workflows using this command-line tool. Free online tool, no registration required.

git-whatchanged

Show what has changed with recent commits or files. See also: git log. More information: https://git-scm.com/docs/git-whatchanged.

  • Display logs and changes for recent commits:

git whatchanged

  • Display logs and changes for recent commits within the specified time frame:

git whatchanged --since "{{2 hours ago}}"

  • Display logs and changes for recent commits for specific files or directories:

git whatchanged {{path/to/file_or_directory}}

See Also