I have two branch :
:git branch
dev1.1
* master
I have some local changes to the master I want to push. How do I specifically push master branch only?
You can use the following:
git push <remote_alias> <branch_name>
So in your case, it would probably be:
git push origin master
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With