So I'm currently making a site with HTML5 and and I'm quite a ways in when I realize that I forgot to put in the HTML5 resets in to my css file.
Currently I'm about 10 commits in and what I would like to do is to add the reset code in to the css file into my very first commit and have it present in the rest of the commits after.
I read around a bit and I think git rebase is the way to go but Im not really sure how to use it correctly.
This SO question seems to be close to what I want to do, but Im not well versed in Git yet to adapt this.
Thanks in advance.