What happens if you run this command from your master branch?
git checkout -b beta-test
The beta-test branch will be checked out and deleted.
The beta-test branch will be checked out of the current commit.
A new branch called beta-test will be created and switched to.
The beta-test branch will be merged with the master branch.