Is there a way to push a branch to a Git remote without checking that branch out first?
Say I am on the master branch, and there is a release branch that I want to push to the remote, is there a way to push the release branch to the Git remote without having to check it out first?