* git pull -r upstream master
* git push -u origin master --force

Erro comum


error: failed to push some refs to 'https://github.com/brenogcota/JENITUR.git'

possivel solução: git pull

Criar nova branch

* git checkout -b 'nome branch' --track
* git branch --list
* navegar entre branch: git checkout 'nome branch'