Activity Team: Difference between revisions
| Line 45: | Line 45: | ||
====glossary==== | ====glossary==== | ||
;VCS: Version Control System — keeps track of changes to a set of files. | |||
;git: the distributed VCS used by Sugar Labs | |||
;commit: set of changes to files tracked by a VCS, accompanied by metadata (author, description, etc.) | |||
;diff/patch: (usually textual) representation of changes. These are also the names of specific tools used to create/apply these representations of changes. | |||
;repository: storage place for commits, usually of a certain piece of software | |||
;gitorious: software for hosting git repositories, including a web interface for administration | |||
;git.sugarlabs.org: server hosted by Sugar Labs running gitorious | |||
====Setup==== | ====Setup==== | ||