git how to stash changes and apply them to a different branch code example Example: how to stash changes and use in another brunch git stash git checkout -b xxx git stash pop