diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-01-28 21:25:29 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-01-28 21:25:29 +0000 |
commit | 60326f67313a2b69d73d6394c8fbcdaea57b5310 (patch) | |
tree | a5d7e762330c1a382740dfc03fee4e38fb2a94df /documentation/content/en/articles/committers-guide | |
parent | 5a2634f3020444155eb51d4adaf5b0d05e2b60ae (diff) |
Diffstat (limited to 'documentation/content/en/articles/committers-guide')
-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 |