Joined August 2012
·

Sagie Maoz

Web Developer at waze
·
Tel Aviv, Israel
·
·
·

Posted to git rebase --autosquash over 1 year ago

Thanks for this! I've been using git commit --fixup without knowing about the rebase option.

Note that you could turn this on by default for all rebases, by:

$ git config --global rebase.autosquash true

Achievements
160 Karma
0 Total ProTip Views