repo/core/git
Owen Rafferty 3dc844bb7e
git: 2.43.2
2024-02-21 00:25:58 -06:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build *: explicit DESTDIR 2023-03-05 17:34:06 -06:00
checksums git: 2.43.2 2024-02-21 00:25:58 -06:00
depends git: remove openssl dependency, -static is a linker flag 2022-07-17 23:34:47 -05:00
sources git: 2.43.2 2024-02-21 00:25:58 -06:00
version git: 2.43.2 2024-02-21 00:25:58 -06:00

README

git
________________________________________________________________________________

Git is software for tracking changes in any set of 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 systems). [0]

Upstream: https://git-scm.com/


[000] Index
________________________________________________________________________________

* Installation ........................................................... [001]
* Usage .................................................................. [002]
* References ............................................................. [003]


[001] Installation
________________________________________________________________________________

+------------------------------------------------------------------------------+
|                                                                              |
|  $ kiss b git                                                                |
|                                                                              |
+------------------------------------------------------------------------------+


[002] Usage
________________________________________________________________________________

Refer to the manual pages and command help output. To use git-request-pull,
perl is required.


[004] References
________________________________________________________________________________

[0] https://en.wikipedia.org/wiki/Git