Changes between Version 76 and Version 77 of ControlSystems/SoftwareTeam/Training/GettingStarted
- Timestamp:
- Nov 29, 2019, 9:54:43 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted
v76 v77 48 48 49 49 == Git 50 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.50 Now that you've learned the basics of programming, it's time to learn some tools for essential software communication. 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. Learn to use Git [wiki://ControlSystems/SoftwareTeam/Training/Git here]. 51 51 52 52 == Next Steps