Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 622 Bytes

motivation.md

File metadata and controls

20 lines (15 loc) · 622 Bytes
layout title subtitle
slides
Version Control with Mercurial
Motivation

Why Use Version Control?

Using a software tool to handle the versions of your project files lets you focus on the more interesting/innovative aspects of your project

Why Mercurial?

  • It's easy to set up
  • A few, easy to remember commands are all you need for most day-to-day version control tasks
  • The Bitbucket hosting service provides a web-based collaboration service
  • Every copy of a Mercurial repository is a full backup of a project and its history

Next Steps

Here we go!