wie man aus dem Zweiggit herauskommt
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"