Workshop: Git basics for absolute beginners
Date/Time: | Thursday, 04 Apr 2024 from 2:10 pm to 3:25 pm |
---|---|
Location: | 199 Parks Library, The Catalyst |
Cost: | Free |
URL: | www.lib.iastate.edu |
Contact: | Monica Gillen |
Phone: | 515-294-1442 |
Channel: | University Library |
Categories: | Training, development |
Actions: | Download iCal/vCal | Email Reminder |
Workshop details and registration are available on the University Library website.
Git basics for absolute beginners
Git is a version control system: it tracks and manages changes to your files over time and allows you to include explanations for each change. This enables you to investigate changes and correct problems without losing code or data. Git works best with plain text data (such as txt, csv, tsv files) and most code files.