CommitCollapse is a simple shell script that scans your Git commit history and prints out a clean, grouped list of what was done each day, suitable for changelogs and weekly reports.
Scans your Git commit history and compiles a clean list of commits grouped by date, providing a clear overview without unnecessary details.
Just save the script in your repo and run it with a single command. No complex setup is required.
The script checks if it's in a Git repository and exits gracefully if it's not, ensuring user-friendly interaction.