Commands
squash
Squashes the last n commits.
Usage
gitzeug squash <NUMBER> <CMTMSG>
Options
<NUMBER>
Number of commits to squash.<CMTMSG>
New commit message.
Example
Squash the last 3 commits with a new commit message
gitzeug squash 3 "This is a squash of the last 3 commits"