Skip to content

Python Script to reduce your commit count forcefully without changing contents. Iterates through your commits, and summarizes commits during the same hour/minute into one.

TimoWacke/git-sumarize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Python Script to reduce your commit count forcefully without changing contents. Iterates through your commits, and summarizes commits during the same hour/minute (customizable) into one.

You made way too many commits?

Maybe you are using Obsidian.md with something like obsidian-git... Or maybe you are using other automated commits, or your quick fixes have gotten too many, and now you decide to clean up the history?

That can be hard... Rebasing and Squash might help, but will likely run into thousands of merge conflicts.

I ended up writing a script, to do so. This helped me a lot.

About

Python Script to reduce your commit count forcefully without changing contents. Iterates through your commits, and summarizes commits during the same hour/minute into one.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages