mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
10 lines
530 B
Plaintext
10 lines
530 B
Plaintext
|
created: 20230723073000469
|
|||
|
modified: 20230723073046462
|
|||
|
tags: Definitions
|
|||
|
title: Git
|
|||
|
type: text/vnd.tiddlywiki
|
|||
|
|
|||
|
>Git (/ɡɪt/) is a distributed version control system that tracks changes in any set of computer files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows (thousands of parallel branches running on different computers).
|
|||
|
>
|
|||
|
>https://en.wikipedia.org/wiki/Git
|