Q:

how to move unstaged changes to different branch

git stash
git checkout correct-branch
git stash pop
2
git stash
git checkout -b new-branch
git stash pop
1

New to Communities?

Join the community