Skip to main content

git-squash-soft-reset

Squash multiple git commits into one using soft reset - a non-interactive alternative to rebase. Use when: (1) you need to squash commits without an editor, (2) interactive rebase hangs or requires manual intervention, (3) CI/CD or automated contexts where git rebase -i won't work, (4) you want the fastest way to combine all branch commits into one. Covers soft reset technique, force push safety, and pre-commit hook bypass.

Jump to install

Source facts

Repository
cajias/claude-skills
Last source activity
July 20, 2026 at 10:57
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.