Git Utwórz gałąź i kazaj jedno polecenie
# git create branch and checkout one command
git checkout -b <branch_name>
Gautam
# git create branch and checkout one command
git checkout -b <branch_name>