I created a separate branch from master on Bit bucket through their interface, called it "doctor-edits", cloned that onto my machine and now that I've made my changes I'm trying to push them back there, however, if I do a 'git remote -v' it gives me:
"origin https://doctorprofessor@bitbucket.org/ourteam_team/pmx.git (fetch)"
"origin https://doctorprofessor@bitbucket.org/ourteam_team/pmx.git (push)"
That makes me think if I do a "git push origin" that will just push it to the master whereas I'm trying to push to my feature branch. Some light on this would be helpful Thanks