Cleanup repo #17
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
One of the first commit had some
target/dirs committed, which increased the repo size unnecessarily. Clean it up, so the repo is small again. If that is somehow possible that is.Tried https://rtyley.github.io/bfg-repo-cleaner/ but did not manage to make it work. The tool did some things, claimed that it removed
target/refs and rewrote history (that is why all previous commits are unsigned again :(). but the repo size is still the same. Guess I used it wrong somehow.