Answers for "push changes from another branch as one commit"

5

git how to commit changes to another branch

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

Code answers related to "push changes from another branch as one commit"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language