Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 413 Bytes

File metadata and controls

23 lines (11 loc) · 413 Bytes

ICS-UnitProject

You can clone it to your local machine via the terminal

$git clone [the URL]

Manage your versions:

to create the branch on your local machine:

$git checkout -b [a new branch name]

change the current branch:

$git checkout [branch name]

download all branches from the remote:

$git fetch --all

Note: The solutions can be found in the solutions branch.