Как выйти из филиала git
git branch //To see list of branches
git checkout -b "branch name" //To create a new branch
git chechout branch "branch name"
Jay
git branch //To see list of branches
git checkout -b "branch name" //To create a new branch
git chechout branch "branch name"