Changes between Version 3 and Version 4 of ControlSystems/SoftwareTeam/Training/Git


Ignore:
Timestamp:
Oct 31, 2019, 8:43:07 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/Git

    v3 v4  
    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.
     1Git 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 like the google docs of software development.  Git is widely used in industry; expect to use it or something like it daily if you become a software engineer.
    22
    33Make sure to download git on windows at: