git: split commits

from blog blog, | ↗ original
git: split commits Is that branch commit list familiar to you? pick a70ebde big commit with major feature update pick e561140 minor change pick e3dfbbe minor change pick 5648ef4 minor change That one big commit a70ebde that should better be several smaller ones? edit commit via rebase: git rebase -i replace pick with edit or e of the big commit...