Webinar 2020 Introduction to Git

From SHARCNETHelp
Revision as of 09:03, 22 October 2020 by imported>Syam (Created page with "Git is the most popular code management system in use today. A large number of commercial, private, and open source projects use git for maintaining their code base. Git was...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Git is the most popular code management system in use today. A large number of commercial, private, and open source projects use git for maintaining their code base. Git was created in 2005 by Linus Torvald to manage the Linux kernel source code. Git’s strong performance when compared to alternatives has since given rise to its popularity.

Code represents a huge investment in time and human resources. All code projects today should be using some form of revision control to back up and manage their valuable code. Git adds a layer of certainty and redundancy to any project. SHARCNET first presented git as part of our webinar series in 2016. This presentation will update and refresh our previous offering with the intention of being used with our new Moodle site. This webinar will be a comprehensive introduction to Git with online Moodle resources building upon this foundation.