diff options
author | Ed Maste <emaste@FreeBSD.org> | 2023-07-18 15:33:48 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2023-07-21 20:14:40 +0000 |
commit | bdef75725a09e0f17baeb188825cefbcd17dfb92 (patch) | |
tree | cc600928ed4d890c1ec37e279d0d302aff1864b5 /documentation/content/en/articles/committers-guide | |
parent | 9d73798d7a8a0a9769370fc3dd79e102325e6b47 (diff) |
Diffstat (limited to 'documentation/content/en/articles/committers-guide')
-rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 52bbb7f694..78063dbe0d 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -341,6 +341,11 @@ This section describes the read-write access for committers to push the commits [[git-mini-daily-use]] ===== Daily use +[NOTE] +==== +In the examples below, replace `${repo}` with the name of the desired FreeBSD repository: `doc`, `ports`, or `src`. +==== + * Clone the repository: + [source,shell] |