Answers for "i worked on another branch but want to commit on another branch git"

5

commit to another branch

git stash
git checkout other-branch
git stash pop
Posted by: Guest on February-28-2020

Code answers related to "i worked on another branch but want to commit on another branch git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language