Git walkthrough outlines the basics of using Git including source control, configuration, viewing history, undoing changes, tagging, branching, and hosting on platforms like GitHub. It discusses initializing and cloning repositories, adding, committing, and pushing changes. Specific commands are demonstrated for status checking, diffing, resetting, merging, and more. New features introduced in Git 2.0 such as improved defaults for push and add are also reviewed.