I have a repository for my website and I keep my photoshop .psd files in it which can be quite large (I have one that is 174mb large).
When I edit it it obviously uploads the whole thing again, which I'm not too bothered about because I only push it when I don't need to use the computer for a while.
The problem is though, I have a .git folder that is nearly 2gb because of all the previous versions.
I want to keep the old psd files on BitBucket as a backup but I want to get rid of them locally. Is this possible?
If not, I will delete them and back them up elsewhere.