hi @RonanMcGovern,
I looks like you don’t have a copy of the repo locally right?
You could try using GIT_LFS_SKIP_SMUDGE=1
to only copy references to LFS, then you reset to a specific commit hash, and force push? Make sure you duplicate your space/dataset/model before testing this, here is a duplicator
git lfs install
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/USER/REPO
git reset --force HASH
git push --force