Checkout
git checkout [branch-name]
Switches to the specified branch and updates the files in the current directory to match the working tree.
Importantly, this does not remove any changes that have been made in the current working tree, unless they conflict with the changes in the new branch.