git-squash
git-squash copied to clipboard
Tool to squash the current branch/HEAD into a single rebased commit
This fixes #2 Example: ``` bash $ git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%Creset' --abbrev-commit --date=relative --branches --date=short * cdc0d75 - (HEAD, master) commit 9 (6 seconds ago)...
Hi, I just discovered this tool and it's absolutely awesome ! Now I can squash tons of my commits in a single one, and it's great :+1: I was wondering...
See https://github.com/git/git/blob/de0977d528055bac8a3ae666652f16bf39363ddc/git-rebase--interactive.sh#L215