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.