There is a repo say ABC/A. I had forked this repo to my own github say ME/A. I was asked to create a branch on ME/A say x (originally there were develop and master). I had to wr
Yes, you can push any local branch to any remote branch. The syntax is
git push :
If your current branch (the one you want to push) is called develop, the command would be
develop
git push ME develop:x