I'm having a blast of a time with a project that's hosted on Bitbucket. However, I'm only connected as external user and thus make a new branch, push, and create a PR with my changes that their reviewer then need to merge.
But... Since they've made this awesome thought of making a whole backup of the project and host it as /_old_project
on Bitbucket, I quickly get the infamous 2GB warning and can't push my changes anymore.
Is there some way to only git commit/push my changes only and not the whole code including my changes and the backup code? Or is there some way to only clone parts of the repo?
Cheers!