I done a clone of a projet via ssh
git clone ssh ssh://git@10.7.5.11:IMER/ropolo.git
master
branch is protected so I can't push my changed.
there is another branch dev_ropolo
.
Do I need to bring this branch locally. What is needed to do to be able to push my change to this branch?
Edit:
$ git fetch
* [new branch] ropolo -> origin/ropolo
$ git branch
* master