This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
dido:public:ra:xapend:xapend.b_stds:defact:git:start [2021/08/17 13:31] murphy |
dido:public:ra:xapend:xapend.b_stds:defact:git:start [2021/11/09 15:36] (current) char ↷ Page moved and renamed from dido:public:ra:xapend:xapend.b_stds:defact:git to dido:public:ra:xapend:xapend.b_stds:defact:git:start |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| : //Git (/ɡɪt/) | : //Git (/ɡɪt/) | ||
| (("Tech Talk: Linus Torvalds on git (at 00:01:30)". YouTube. Archived from the original on 20 December 2015. Retrieved 20 July 2014. | (("Tech Talk: Linus Torvalds on git (at 00:01:30)". YouTube. Archived from the original on 20 December 2015. Retrieved 20 July 2014. | ||
| - | )) is a distributed version-control system for tracking changes in source code during software development.((Anthony; Huff, Kathryn D. (2015). Effective Computation in Physics. O'Reilly Media, Inc. p. 351. ISBN 9781491901595. Archived from the original on 7 May 2016. Retrieved 20 April 2016.)) It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed,((Torvalds, Linus (7 April 2005). "Re: Kernel SCM saga." linux-kernel (Mailing list). "So I'm writing some scripts to try to track things a whole lot faster.")) data integrity, | + | )) is a distributed version-control system for tracking changes in [[dido:public:ra:xapend:xapend.a_glossary:s:sourcecode|source code]] during software development.((Anthony; Huff, Kathryn D. (2015). Effective Computation in Physics. O'Reilly Media, Inc. p. 351. ISBN 9781491901595. Archived from the original on 7 May 2016. Retrieved 20 April 2016.)) It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed,((Torvalds, Linus (7 April 2005). "Re: Kernel SCM saga." linux-kernel (Mailing list). "So I'm writing some scripts to try to track things a whole lot faster.")) data integrity, |
| ((Torvalds, Linus (10 June 2007). "Re: fatal: serious inflate inconsistency". git (Mailing list). | ((Torvalds, Linus (10 June 2007). "Re: fatal: serious inflate inconsistency". git (Mailing list). | ||
| )) and support for distributed, non-linear workflows. | )) and support for distributed, non-linear workflows. | ||