I created multiple commit in git with multiple comment, i wonder is it possible to make multiple commit into single commit in git, if yes what command we usually use ?
pick xxx1 msg1
pick xxx2 msg2
pick xxx3 msg4
pick xxx5 msg5
pick xxx6 msg6
i want to change it into 1 commit with 1 comment only