Get the latest tech news
Splitting a Git Commit
commit Splitting a git commit is now easy, using: git history split ${REF} It will ask you hunk by hunk for the things to include in the first commit, and then bring up the editor for the first and second commit message. It couldn’t be simpler than that.
None
Or read this on Hacker News