git transfer changes from one branch to anotherr code example Example: git transfer changes to another branch git stash git checkout -b new-branch git stash pop