Changes between Version 41 and Version 42 of ControlSystems/SoftwareTeam/Training/GettingStarted
- Timestamp:
- Oct 31, 2019, 7:55:45 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted
v41 v42 31 31 32 32 == Git 33 Now that you've learned the basics of programming, it's time to learn some tools for essential software communication. 34 [wiki://ControlSystems/Git] 33 Now that you've learned the basics of programming, it's time to learn some tools for essential software communication. [wiki://ControlSystems/Git Git] is a popular program for software version control It allows you to save versions of your work and return to them later, see differences between versions, and even share work with other team members. Git is used widely in industry; expect to use it or something like it daily if you become a software engineer. 34 35 35 == Next Steps 36 36 Now that you've had an introduction to the tools your team uses and to basic Java and robot programming, continue your training, diving deeper into Java on the [wiki://ControlSystems/SoftwareTeam/Training software training] page.