rtyley / bfg-repo-cleaner

Removes large or troublesome blobs like git-filter-branch does, but faster. And written in Scala
https://rtyley.github.io/bfg-repo-cleaner/
GNU General Public License v3.0
10.84k stars 535 forks source link

Wish list: Move files to other branch #450

Closed coffeeispower closed 1 year ago

coffeeispower commented 2 years ago

It would be good if it was possible to move a file to other branch, its an annoying task to do manually

coffeeispower commented 2 years ago

I think an approach would be backup the file in a temp folder, delete the file on the branch and create a new commit on the target branch (the branch that its moving to)