Skip to content

GlycerolVeinz/sinSemestralWork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

sinSemestralWork

Semestral work for SIN course in CTU 5th semester

Setup local git

  1. Clone repository

    git clone git@github.com:GlycerolVeinz/sinSemestralWork.git

  2. Change directory

    cd sinSemestralWork

  3. Get all remote branches

    git fetch

  4. Go to develop branch

    git checkout origin/development 1

  5. Create new branch for your work

    git checkout -b <your-name>

Footnotes

  1. Or git checkout -b <your-name> origin/development to create new branch with custom name.

About

Semestral work for SIN course in CTU 5th semester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors