diff options
author | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2023-03-05 18:55:51 +0000 |
---|---|---|
committer | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2023-03-05 19:28:42 +0000 |
commit | 02a2c746a63591012e5a7a44f026c82c6ffc4a44 (patch) | |
tree | aecd998adc66ecb38e183c13b45665b9ffb1c2bf /documentation/content/en/articles/committers-guide | |
parent | 949582900fdaff5b8157a752fa8039a1887eba6c (diff) |
Diffstat (limited to 'documentation/content/en/articles/committers-guide')
-rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 17d6aed381..ef1091bc5a 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -4,7 +4,7 @@ authors: - author: The FreeBSD Documentation Project copyright: 1999-2022 The FreeBSD Documentation Project description: Introductory information for FreeBSD committers -trademarks: ["freebsd", "coverity", "ibm", "intel", "general"] +trademarks: ["freebsd", "coverity", "git", "github", "gitlab", "ibm", "intel", "general"] weight: 25 tags: ["FreeBSD Committer's Guide", "Guide", "Community"] --- @@ -1220,7 +1220,7 @@ Examine the tree against `merge_result` to make sure that you haven't missed del ==== Pushing the changes -Once you are sure that you have a set of deltas you think is good, you can push it to a fork off GitHub or GitLab for others to review. +Once you are sure that you have a set of deltas you think is good, you can push it to a fork off GitHub or GitLab(TM) for others to review. One nice thing about Git is that it allows you to publish rough drafts of your work for others to review. While Phabricator is good for content review, publishing the updated vendor branch and merge commits lets others check the details as they will eventually appear in the repository. |