Changes between Version 2 and Version 3 of ControlSystems/SoftwareTeam/Training/Git
- Timestamp:
- Oct 31, 2019, 8:40:30 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/Git
v2 v3 1 Git is like the google docs of software development. It helps track changes in code when multiple people are working on the same set of files.1 Git is like the google docs of software development. Git is the most popular program for software version control which helps track changes in code when multiple people are working on the same set of files, 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 widely used in industry; expect to use it or something like it daily if you become a software engineer. 2 2 3 3 Make sure to download git on windows at: