if git show-ref --verify --quiet refs/heads/hf-clean; then git branch -D hf-clean echo "Deleted existing hf-clean branch" else echo "hf-clean branch does not exist" fi git checkout --orphan hf-clean git reset git add . git commit -m "Clean branch for HF push" git push firered hf-clean:main --force git checkout release/v1.0.0202