Answers for "committed to wrong branch"

2

committed to wrong branch

git stash
git checkout branch123
git stash apply
Posted by: Guest on June-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language