Introduction to Git and Github

Have you ever made changes that broke your code and you forgot how it was working before? Want to collaborate with someone on a code project, but aren’t sure who has the latest version of a particular file? Version control can solve these and other problems!

Git is a popular version control application that can track your code changes, as well as help you be more methodical in your programming. Win win! This session will introduce the basics of version control, how to use Git to keep track of your changes to a project, and using GitHub (a hosting service) to collaborate with other developers.