I am working on a local git repository. There are two branches, master and feature_x.
master
feature_x
I want to push feature_x to the remote r
yes, just do the following
git checkout feature_x git push origin feature_x