mirror of
https://github.com/kennethreitz/12factor.git
synced 2026-06-05 23:10:17 +00:00
ward's feedback
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
## I. Codebase
|
||||
### One codebase tracked in revision control, many deploys
|
||||
|
||||
A twelve-factor app is always tracked in a version control system, such as [Git](http://git-scm.com/), [Mercurial](http://mercurial.selenic.com/), or [Subversion](http://subversion.apache.org/). An copy of the revision tracking database is known as a *code repository*, often shortened to *code repo* or just *repo*.
|
||||
A twelve-factor app is always tracked in a version control system, such as [Git](http://git-scm.com/), [Mercurial](http://mercurial.selenic.com/), or [Subversion](http://subversion.apache.org/). A copy of the revision tracking database is known as a *code repository*, often shortened to *code repo* or just *repo*.
|
||||
|
||||
A *codebase* is any single repo (in a centralized revision control system like Subversion), or any set of repos who share a root commit (in a decentralized revision control system like Git).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user