Answers for "git checkout commit to another branch"

6

commit to another branch

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

how to checkout to another branch in git

git branch -D branch name
Posted by: Guest on April-18-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language