History of 2020-01-27 Splitting a past commit in two, and a bonus regex trick

2020-01-27
22:17 UTC Revision 1 . . . . Marcin BorkowskiMore than a year ago I described a very simple Git rebase workflow, where all we were interested in was just fixing some mistakes in a past commit. Let us now go a little bit deeper. One thing I had always trouble with was splitting a commit in two (or more). While there are many tutorials about this on the internet, I wrote my own, even though it turned out that it is not better than the other ones. Go figure. (One advantage is that I have it on my website, so that I won’t need to do much searching in case I need it.)