|
|
|
Browsing Git Objects
Category: Tools > Version Control
Posted: 09 Jun 08
In this episode, I show how to browse and inspect raw Git objects. The major tools covered are the git cat-file and git ls-tree commands to inspect the object contents, and then I cover some of the included graphical browsers, gitk and gitweb.
|
|
Git Log
Category: Tools > Version Control
Posted: 09 Jun 08
This episode is on git-log, which demonstrates most of the major features and options to the git-log command. It includes showing the stat, short-stat and name-stat options, the —pretty options, the since and until limiters, the path limiter and author field searching
|
|
Git : Interactive Adding
Category: Tools > Version Control
Posted: 09 Jun 08
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
|
|
Git: Normal Workflow
Category: Tools > Version Control
Posted: 09 Jun 08
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.
|
|
|
|
|
|