Remove large .pack file created by git
问题 I checked a load of files in to a branch and merged and then had to remove them and now I\'m left with a large .pack file that I don\'t know how to get rid of. I deleted all the files using git rm -rf xxxxxx and I also ran the --cached option as well. Can someone tell me how I can remove a large .pack file that is currently in the following directory: .git/objects/pack/pack-xxxxxxxxxxxxxxxxx.pack Do I just need to remove the branch that I still have but am no longer using? Or is there