Difference between revisions of "Distributed revision control"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "In computer programming, '''distributed revision control''', also known as '''distributed version control''' or '''decentralized version control''', allows many soft...") |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
In [[computer programming]], '''distributed [[revision control]]''', also known as '''distributed version control''' or '''decentralized version control''', allows many [[software developer]]s to work on a given project without requiring them to share a common [[Computer network|network]]. | In [[computer programming]], '''distributed [[revision control]]''', also known as '''distributed version control''' or '''decentralized version control''', allows many [[software developer]]s to work on a given project without requiring them to share a common [[Computer network|network]]. | ||
− | |||
− | |||
== Description == | == Description == |
Revision as of 10:14, 4 February 2016
In computer programming, distributed revision control, also known as distributed version control or decentralized version control, allows many software developers to work on a given project without requiring them to share a common network.
Description
The software revisions are stored in a distributed revision control system (DRCS), also known as a distributed version control system (DVCS).
See also
External links
- Distributed revision control @ Wikipedia