git cometer cambios en una rama diferente
git stash
git checkout other-branch
git stash pop
Unsightly Unicorn
git stash
git checkout other-branch
git stash pop