Answers for "if i make some change to git branch another branch also changes"

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
-1

move update from one branch to another git

git checkout -b newbranchname
Posted by: Guest on July-29-2020

Code answers related to "if i make some change to git branch another branch also changes"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language