Запустите новую ветку из локальной ветки master и нажмите новую ветку
git checkout -b new_branch
, если у вас есть коммиты
git push origin new_brach
git checkout master
git reset --hard origin/master
else
git commit -am "commit message"
git push origin new_brach