CSS 390: Notes from Lecture 3 (DRAFT)

Source Code Management

Many of you have used a source code management (SCM) system such as git (particularly via github.com). If you haven't used such a system, you've at least, at some point, copied your source files somewhere to make a backup.

Source code control, or management is the single most important software engineering practice. Without it, you are DOA; nothing else matters.

Why SCM?

Most important:

Concepts

Variations

Numerous SCM systems, both commercial and open source. Concepts are pretty basic, but details differ widely across system.

Git

Github

Live Demo

https://github.com/systems-deployment/uwb-css490

Footnotes