Videos with tag GitCasts All | Novice | Advanced | Expert

GitCasts: Git Diff

This episode goes over some of the common or interesting options to 'git diff', showing how to see what has changed between your last commit and your staged files, unstaged files, all changed files... read more »

Level: any Jul 12, 2008 Votes: 0 Dmytro Shteflyuk

 

GitCasts: Git Submodules

Posted in Development, Screencasts, Ruby...

This episode shows how to add other git projects as submodules to your own, how to update them in your project and how to keep up to date with them in another developers project. It also, as a side... read more »

Level: any Jun 23, 2008 Votes: 0 Dmytro Shteflyuk

 

GitCasts: Git on Windows

This episode of GitCasts demonstrates how to setup mSysGit on Windows and goes through some basic workflow using the Windows Git version, in an attempt to partially dispel rumors that Git is unsupp... read more »

Level: novice Jun 11, 2008 Votes: 0 Dmytro Shteflyuk

 

GitCasts: RailsConf Git Talk

I've been getting a lot of feedback on the talk that I gave at RailsConf 2008 and a number of people have requested that I do a voiceover of the slides, so here you go. It's not quite as lively as ... read more »

Level: novice Jun 07, 2008 Votes: 0 Dmytro Shteflyuk

 

GitCasts: Empty Branches

Posted in Screencasts, Development...

This screencast demonstrates how to create empty branches in Git - that is, branches that are not derivatives of your main branches, but entirely new projects. In the screencast, I create an empty ... read more »

Level: any Jun 02, 2008 Votes: 0 Dmytro Shteflyuk

 

GitCasts: Distributed Workflow

Posted in Screencasts, Development...

This screencast demonstrates a distributed workflow. It takes two personas, creating a project in GitHub and pushing to it in the first persona, then cloning that project in the second. The second ... read more »

Level: any May 29, 2008 Votes: 0 Dmytro Shteflyuk

 

GitCasts: Rebasing

Posted in Development, Screencasts...

This screencast follows roughly the same course as the previous one on branching and merging, only I replace merging with rebasing. This screencast also demonstrates the interactive rebase command ... read more »

Level: any May 29, 2008 Votes: 0 Dmytro Shteflyuk

 

GitCasts: Branching and Merging

Posted in Screencasts, Development...

In this screencast, we take you through a workflow where we branch, stash and merge several times. It demonstrates the branch and show-branch commands, how to switch branches, how to stash changes,... read more »

Level: any May 29, 2008 Votes: 0 Dmytro Shteflyuk

 

GitCasts: Browsing Git Objects

Posted in Screencasts, Development...

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... read more »

Level: any May 29, 2008 Votes: 0 Dmytro Shteflyuk

 

GitCasts: Git Log

Posted in Development, Screencasts...

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... read more »

Level: novice May 29, 2008 Votes: 0 Dmytro Shteflyuk