189 Views
In this post I describe how I used git-filter-repo to rewrite the history of a git repository to move files into a subfolder. As a git user, I like to Rebase. I like to make lots of small commits and tidy them up later using interactive rebase, and to rewrite my PRs to make them easier to understand (and review).
0 comments