DVCS Basics

What's in a Repo

TODO:

  • What is Version Control
  • What are we Versioning? (Source Code)
  • What we are not versioning
  • Playing Nice with Other Platforms
  • Terminology
    • "repo" - short for "repository"; describes what is effectively a "database" in which you save "snapshots" of your code at different stages of development.
  • Intro the tutorials
Last Updated: 8/27/2019, 1:30:44 PM