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.
|
|
|
|
|
Git on Rails
Category: Web Development > Ruby On Rails
Posted: 21 Mar 08
Git has been getting a lot of buzz lately, and for good reason. It's an excellent SCM which in many ways is more simple and powerful than subversion. See how to set up a Rails project with Git in this episode
|
|
|
|
|