Answers for "do i need to commit to a different branch after commiting to another branch"

6

commit to another branch

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

Code answers related to "do i need to commit to a different branch after commiting to another branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language