git commit current changes to existing branch

Shell
git stash
git checkout other-branch
git stash pop

Source

Also in Shell: