An introduction to source control with Git and project collaboration using GitHub, from a presentation to Refresh DC on 2013 - 03 - 21. The slides were accompanied by live demos.
Commits Commits capture the contents of a project’s files at a point in time. A repository contains all the commits for a project, and some other metadata.
Commits Commits capture the contents of a project’s files at a point in time. A repository contains all the commits for a project, and some other metadata. A commit is like a savepoint.