Hello,
My git commits are a bit messed up and I was wondering if I could squash them all together and then "extract" some commits from that commit.
Let's say I have these files in one commit: upload.py, moderate.py, upload.html, moderaion.html
How can I split it in two commits like this? upload: upload.py, upload.html
moderation: moderate.py, moderaion.html