Learning the Check-in Dance
Category: Tools > Version Control      Posted: 25 Mar 09

In this episode we will walk you though the various steps that make up the Check-in Dance. The steps of the check-in dance are below:

  • Compile your local copy of the code
  • Test your local copy of the code
  • Get the latest version from source control and merge
  • Compile the merged versi...

  • Git: Branching and Merging
    Category: Tools > Version Control      Posted: 09 Jun 08

    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, how to list and apply stashes, how to resolve conflicts, how to create and delete topic branches, and w...