Since it just helped me, I'd like to share this article on how to split a commit in two in #git
The best part? I was able to do it from Fork, a Mac/Windows GUI Git client: https://git-fork.com
The best part? I was able to do it from Fork, a Mac/Windows GUI Git client: https://git-fork.com
Split a commit in two with Git
Ever wanted a commit was actually made of two? Read on. There are several reasons why you could wish a commit was actually made of several distinct ones: because it makes the history more readable because you are trying to reorder some commitsโฆEmmanuel Bernard