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>
Git checkout is used to switch or restore branches.
From Git Branch, you can identify the branch name to which you want to switch to.
git checkout <branch>