You can simple delete staging and re-create it based on beta:
git branch -D staging
git checkout beta
git branch staging
You can simple delete staging and re-create it based on beta:
git branch -D staging
git checkout beta
git branch staging