Changes between Version 76 and Version 77 of ControlSystems/SoftwareTeam/Training/GettingStarted


Ignore:
Timestamp:
Nov 29, 2019, 9:54:43 AM (5 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v76 v77  
    4848
    4949== 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.
     50Now 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].
    5151
    5252== Next Steps