DEV Community

Discussion on: A quick guide to squashing Git commits

Collapse
 
davedecahedron profile image
David Howell

git mergetool

Run that at the command line and it will launch whatever mergetool specified in your git config. You may need to install a mergetool first, some people use kdiff3, some hate it.