svn commit: r337157 - in head: . tools/tools/git

Eitan Adler lists at eitanadler.com
Sat Aug 4 17:08:38 UTC 2018


On Thu, 2 Aug 2018 at 11:28, Ben Widawsky <bwidawsk at freebsd.org> wrote:
> +git_checkout()
> +{
> +       # Delete master
> +       ${GIT} branch -D master
> +
> +       # Make master really be trunk
> +       ${GIT} checkout -b master trunk

Can't this be git branch --force master trunk ?

-- 
Eitan Adler


More information about the svn-src-head mailing list