mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
aeb502657b
* Some new GitLab related Definitions an minor changes to Git related docs * remove DevOps tiddler and move tiddlers to their paths
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
|