Show HN: Tool to Automatically Create Organized Commits for PRs
Git Smart Squash Use AI to transform your messy commit history into clean, logical commits that reviewers will love Why Use Git Smart Squash? Ever spent 30 minutes reorganizing commits before a PR? We've all been there. Git Smart Squash uses AI to automatically organize your changes into logical, well-structured commits in seconds. What It Does Before (your typical feature branch): * 7f8d9e0 fix tests * 6c5b4a3 typo * 5a4b3c2 more auth changes * 4d3c2b1 WIP: working on auth * 3c2b1a0 updat