repo/core/git
Owen Rafferty d991f88e38
git: 2.36.0
2022-04-20 12:19:06 -05:00
..
README repo: check-in readmes 2021-08-26 07:22:10 +03:00
build git: add missing lib 2022-03-07 14:06:07 +05:30
checksums git: 2.36.0 2022-04-20 12:19:06 -05:00
depends git: depend on openssl 2021-07-08 00:14:18 +03:00
sources git: use VERSION 2021-07-15 09:27:31 +03:00
version git: 2.36.0 2022-04-20 12:19:06 -05: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