Git Checkout Documentation

Git Checkout

Git checkout is used to switch or restore branches.

Switch Branch

From Git Branch, you can identify the branch name to which you want to switch to.

git checkout <branch>