May
19
This episode demonstrates how to use the git
interactive add command. It covers all of the
major features of interactive adding, including
status, update, revert, add untracked, patch
and diff.
May
19
This episode demonstrates how to setup your .gitignore file, how to use and interpret git status output, how to add and remove files from your index, how to commit and what git does in the object database during these operations.
May
19
This episode shows you how to setup your Git configuration, how to initialize a new repository and how to clone an existing repository over both the Git transport and the HTTP transport.