I am using WP Engine's git deploy and have just completed work on a feature that I pushed to the WPE git repo for deployment to staging servers.
I would like to view those changes for various reasons like QA and client approval.
Now that my feature branch is pushed how can I switch branches only on the remote server. I don't want to clone it or download the branch in any way, just be able to view it online.
Locally, I would do git checkout my-feature-branch
but I'm not sure on remotes.