MaxKless / git-squash-all

quickly squash all commits during an interactive rebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-squash-all

Cleaning up a branch after developing a large feature? πŸ§‘β€πŸ’»

Don't want your coworkers to see your sloppy commit messages? πŸ™ˆ

Squashing your commits is a great feature but manually replacing every "pick" statement can be tedious.

πŸ„ Introducing: git-squash-all πŸ„β€β™€οΈ

Instantly select squash for every commit in your git-rebase-todo (except the first)!

Usage Example

Features

Run Git Squash All while doing an interactive rebase and automatically squash all commits. That's it.

πŸš€ works with GitLens!!


If you find any bugs or have ideas for improvements, let me know!

About

quickly squash all commits during an interactive rebase

License:MIT License


Languages

Language:TypeScript 100.0%