How do you push just a single Git branch (and no other branches)? October 3, 2022 by Tarik yes, just do the following git checkout feature_x git push origin feature_x