Related Nanodegree Program
React
Earn a Nanodegree program certificate to accelerate your career.
Learn moreLearn to track and manage changes
Earn a Nanodegree program certificate to accelerate your career.
Learn moreApprox. 4 Weeks
Beginner
This course covers the essentials of using the version control system Git. You'll be able to create a new Git repo, commit changes, and review the commit history of an existing repo. You'll also learn how to keep your commits organized using tags and branches and you'll master the art of merging changes by crushing those pesky merge conflicts. Oh no! Was a mistake made along the way? Learn how to edit commits, revert changes, or even delete commits.
This course is ideal for developers of all skill levels. Experience with the command line is beneficial, but not required.
See the Technology Requirements for using Udacity.
Version control is an incredibly important skill that every developer should master, and Git is one of the most popular version control systems used in the workforce. Whether you're working as a solo developer or working with a team, being able to track the history of a project is paramount. Tracking versions of your code will help you keep a record of progress and allow you to "undo" any blunders that occur along the way. This is incredibly important in a profession where ~96% of developers say they work on a team of engineers all working on the same code and ~67% of developers report having to check-in changes in their code at least once a day.
Instructor