From 8311a0868c5c2419d2f3923d6a4a7d227355bf06 Mon Sep 17 00:00:00 2001 From: "Robert N. M. Watson" Date: Fri, 1 Jan 2021 13:11:16 +0000 Subject: [PATCH] Probably 'main' here should be 'freebsd/main'? Note that in my local setup, I also had to remove 'freebsd/' before 'master', but that is because I cloned the FreeBSD GitHub repo as a starting point. --- src-cvt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-cvt.md b/src-cvt.md index 3a530bb..30e63fe 100644 --- a/src-cvt.md +++ b/src-cvt.md @@ -230,7 +230,7 @@ This also assumes a clean tree before starting... fetching the `freebsd` sources and creating a local `main` reference with the above checkout: ``` -% git rebase -i freebsd/master FOO --onto main +% git rebase -i freebsd/master FOO --onto freebsd/main ``` And you'll now be tracking the official source of truth. You can then follow the `Keeping Current` section above to stay up to date.