Table of Contents

296 Team Meeting - January 29, 2016

Attended: Kyaw, Jaimie

Sick: Kenny

Updates

Discussions

Github Q/A: 1. What is a version control system?

  1. System that records changes to files over time

2. Why is it useful?

  1. You can save things (when, why, what the change was for)
    1. Makes it easy to recall specific versions later

3. What is git?

  1. It's a distributed version control system (DVCS)
  2. They show the latest version of the file and mirror it in a repository

giving you the ability to back up to a server 4. What is Github?

  1. Web-based git repository hosting service.
  2. Sort on server/local machine (Git)
  3. Server on (Github)

6. How are git and Github different from each other?

  1. Github is the service uses Git (DVCS)

7. Why do you think git or any other version control system can be useful?

  1. Uses version control (makes fast)
  2. Easy to revert back to an old piece of code (provides record of changes)
  3. Easy collaboration (allows many people to edit files)
  4. Easy is mentioned a lot aboveā€¦ It's easy to use! (novices can use)

Reminders

Authors

Contributing authors:

jobatake

Created by jobatake on 2016/01/28 10:11.