title | tags | keywords | sidebar | permalink | |
---|---|---|---|---|---|
Cloning the Tutorials |
|
cloning |
tutorials |
cloning.html |
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}}
Proceed to "Introduction to C++ Programming"