Workshop: Git basics for absolute beginners

Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
Date/Time:Tuesday, 22 Oct 2024 from 11:00 am to 12:30 pm
Location:199 Parks Library, The Catalyst
Cost:Free
URL:www.lib.iastate.edu
Contact:Michelle Zhai,
Phone:515-294-1442
Channel:University Library
Categories:Training, development
Actions:Download iCal/vCal | Email Reminder
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 workshop will introduce you to how it works, its benefits, and how to get started. This workshop is for anyone that works with plain text data and code but requires no prior knowledge of Git. You will need a Windows, Mac, or Linux computer to participate. Registration required.

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.