There is 1 article tagged as "rebase"

Use git reflog to split two squashed commits

on February 08, 2019. in Development, Software. A 3 minute read.

Today I was using interactive git rebase to squash some commits together to clean up the commit history of a git branch. At one point I went a bit overboard with it and squashed together two commits by mistake.