DEV Community

Discussion on: How to Squash 3 commits into 1?

Collapse
 
kigster profile image
Konstantin Gredeskoul

Or, install Bashmatic:

bash -c "$(curl -fsSL https://bashmatic.re1.re); bashmatic-install -q"
source ~/.bashmatic/init.bash

# and use git.squash function:
git.squash 3
Enter fullscreen mode Exit fullscreen mode
Collapse
 
kigster profile image
Konstantin Gredeskoul

Blog post coming on Bashmatic.... see kig.re/