# Feature Branch git checkout --orphan fixit git add -A git commit -m "update" git branch -D feature/bastion-create git branch -m feature/bastion-create git push -f origin feature/bastion-create git gc --aggressive --prune=all # Master Branch git checkout --orphan fixit git add -A git commit -m "update" git branch -D master git branch -m master git push -f origin master git gc --aggressive --prune=all