Semestral work for SIN course in CTU 5th semester
-
Clone repository
git clone git@github.com:GlycerolVeinz/sinSemestralWork.git -
Change directory
cd sinSemestralWork -
Get all remote branches
git fetch -
Go to develop branch
git checkout origin/development1 -
Create new branch for your work
git checkout -b <your-name>
Footnotes
-
Or
git checkout -b <your-name> origin/developmentto create new branch with custom name. ↩