Hi all This is something I usually come across. Sometimes I make a mistake in a commit, and then I create a new commit with a correction. After that I git rebase -i and use the fixup option to make the fixup commit a part of the main commit. I was wondering if there is a command, like git fixup or something that could make this process easier? I know about git squash but I prefer doing fixup. Sorry If I didn't notice any docs. Thanks Aditya