Often I want to break up a large commit:
git commit -a -m "Monolith"
I know how to split a commit (git gui is my friend) bu
git gui