diff options
-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 dd67ca83f7..2974cf05cd 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -1496,7 +1496,7 @@ After review, when you are sure it is a good change, you can push it to the Free [source,shell] .... -% git push freebsd main +% git push freebsd merge_results:main .... === Creating a new vendor branch |