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