Comment sortir de Branch Git

git branch //To see list of branches
git checkout -b "branch name" //To create a new branch

git chechout branch "branch name" 
Jay