Answers for "git created branch from wrong branch and commited"

2

committed to wrong branch

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

Code answers related to "git created branch from wrong branch and commited"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language