Difference between revisions of "Source code repository"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (sect) |
Karl Jones (Talk | contribs) (→External links) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
== See also == | == See also == | ||
+ | * [[Data security]] | ||
* [[GitHub]] | * [[GitHub]] | ||
* [[Revision control]] | * [[Revision control]] | ||
Line 19: | Line 20: | ||
* [https://en.wikipedia.org/wiki/Comparison_of_source_code_hosting_facilities Comparison of source code hosting facilities] @ Wikipedia | * [https://en.wikipedia.org/wiki/Comparison_of_source_code_hosting_facilities Comparison of source code hosting facilities] @ Wikipedia | ||
+ | |||
+ | [[Category:Computer science]] | ||
+ | [[Category:Revision control]] | ||
+ | [[Category:Web design and development]] |
Latest revision as of 06:41, 20 April 2016
A source code repository is a file archive and web hosting facility for source code (including web pages), either publicly or privately.
Description
Source code repositories are often used by open source projects and other multi-developer projects to handle various versions.
They help developers submit patches of code in an organized fashion.
Often these web sites support version control, bug tracking, release management, mailing lists, and wiki-based documentation.
See also
External links
- Comparison of source code hosting facilities @ Wikipedia