Modificar commits de branchs github

Posted on by : admin Tags:

Modificar commits de branchs github

Quando fizer alterações em arquivos em branches incorretos e você gostaria de copiá-los para outro branche

# git stash
# git checkout <branch-correto>
#  git stash pop