diff options
author | Benedict Reuschling <bcr@FreeBSD.org> | 2024-05-30 15:23:42 +0000 |
---|---|---|
committer | Benedict Reuschling <bcr@FreeBSD.org> | 2024-05-30 15:23:42 +0000 |
commit | ab127c4ff5d21816ebd58f8d6677d82ee6a5815e (patch) | |
tree | 809655cb413d226c6246021843d81dc6e5b5617a | |
parent | 0f867da82701d21be4d0e1f283584c32649a01f9 (diff) | |
download | doc-ab127c4ff5.tar.gz doc-ab127c4ff5.zip |
Do not recommend git as an alternative to git
The link description would tell people to use git instead of git for
updating ports. Remove that cross reference as suggested in the PR. Note
that freebsd-update is eventually going away as well, but keep it here
for now and remove it in a separate change in the future.
Refrain from mentioning other third party tools in this section for keeping
consistency with the rest of the handbook.
PR: 273359
Based on patch by: grahamperrin@gmail.com
-rw-r--r-- | documentation/content/en/books/handbook/mirrors/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/books/handbook/mirrors/_index.adoc b/documentation/content/en/books/handbook/mirrors/_index.adoc index 2fc1e4a730..611a15c8db 100644 --- a/documentation/content/en/books/handbook/mirrors/_index.adoc +++ b/documentation/content/en/books/handbook/mirrors/_index.adoc @@ -197,7 +197,7 @@ Mirror list maintained by the community and other companies: | mirror.ps.kz | http://mirror.ps.kz/freebsd[http] link:ftp://mirror.ps.kz/freebsd[ftp] -| +| | mirror.neolabs.kz | link:http://mirror.neolabs.kz/freebsd[http] link:ftp://mirror.neolabs.kz/freebsd[ftp] @@ -316,7 +316,7 @@ As of April 2021, FreeBSD uses git as the only version control system for storin [NOTE] ==== Git is generally a developer tool. -Users may prefer to use `freebsd-update` (crossref:cutting-edge[updating-upgrading-freebsdupdate,“FreeBSD Update”]) to update the FreeBSD base system, and `git` (crossref:ports[ports-using,“Using the Ports Collection”]) to update the FreeBSD Ports Collection. +Users may prefer to use `freebsd-update` (crossref:cutting-edge[updating-upgrading-freebsdupdate,“FreeBSD Update”]) to update the FreeBSD base system. ==== This section demonstrates how to install Git on a FreeBSD system and use it to create a local copy of a FreeBSD source code repository. |