Where can I find the new git repository?

Tim Daneliuk tundra at tundraware.com
Sat Dec 26 16:53:42 UTC 2020


On 12/26/20 5:32 AM, Steve O'Hara-Smith wrote:
> To collect changes from upstream use git fetch to fetch them
> and integrate them into your local branch use git pull (which combines a
> fetch and merge into your local repository).

As a general matter, I do this:

   git pull --rebase

That way any local changes I have committed will get laid down on top
of the remote master code.


Does anyone know if the various FreeBSD git repos are now ready for
production use and/or when they will be?

-- 
----------------------------------------------------------------------------
Tim Daneliuk     tundra at tundraware.com
PGP Key:         http://www.tundraware.com/PGP/



More information about the freebsd-questions mailing list