Положить бранч на сервер:
git push remote_repository_name branch_name
git checkout -bremote_repository_name/branch_namegit pullremote_repository_namebranch_name
-
git push remote_repo :branch
-
git reset --hard HEAD (вместо HEAD может быть commit hash, например 74beedf)
Источники:



