1 min readJun 20, 2018
Adding to commit is no different, but if you need to split commit into two, then you will need git log HEAD~
to see diff of the changes being edited. And maybe git reset HEAD~
to uncommit changes and commit them back more carefully.