Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 685 Bytes

cloning.md

File metadata and controls

25 lines (18 loc) · 685 Bytes
title tags keywords sidebar permalink
Cloning the Tutorials
cloning
cloning
tutorials
cloning.html

Git

Git is a version control system. It allows multiple programmers to collaborate on long-term projects by synchronizing code across their machines. Explaining the details of this would waste time, so we're just going to tell you what to type here.

{{site.data.alerts.terminal_commands}} cd git clone https://github.com/texas-robocamp/exercises.git {{site.data.alerts.terminal_commands_end}}

{{site.data.alerts.callout_red_cup}} [Exercise 2] {{site.data.alerts.end}}

Next Step

Proceed to "Introduction to C++ Programming"