Programming/Git

From Thalesians Wiki
< Programming
Revision as of 14:41, 25 November 2023 by Admin (talk | contribs) (Created page with "[https://git-scm.com/ Git] is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers who are collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Git is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers who are collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows.