On Thu, 2 Aug 2018 at 11:28, Ben Widawsky <bwida...@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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to