Changes between Version 62 and Version 63 of ControlSystems/SoftwareTeam/Training/GettingStarted
- Timestamp:
- Nov 4, 2019, 4:30:53 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted
v62 v63 40 40 41 41 == Git 42 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.42 Now that you've learned the basics of programming, it's time to learn some tools for essential software communication. [wiki://ControlSystems/SoftwareTeam/Training/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. 43 43 44 44 == Next Steps