diff options
author | Ed Maste <emaste@FreeBSD.org> | 2023-07-18 15:29:32 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2023-07-18 15:29:32 +0000 |
commit | 2762a73f933fe893cfacc526f1fcdea1552c2b49 (patch) | |
tree | c0df3df33240366843dfc52cd3eddc534fbe8b11 | |
parent | 0cd0b763a402a3446329ee8497ed6dc753cf25e1 (diff) |
-rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index dc3163a71b..04ab91b891 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -419,7 +419,7 @@ git worktree add -b admin ../${repo}-admin internal/admin For browsing `internal/admin` branch on web: `https://cgit.freebsd.org/${repo}/log/?h=internal/admin` -For pushing, either specify the full refspec: +For pushing, specify the full refspec: [source,shell] .... |