Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Dec 2020 10:52:10 -0600
From:      Tim Daneliuk <tundra@tundraware.com>
To:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: Where can I find the new git repository?
Message-ID:  <8cce7a4e-1173-5dcb-4ccd-5c379c1a0f83@tundraware.com>
In-Reply-To: <20201226113259.84b4389effd0ee1f05433e62@sohara.org>
References:  <CADnZ6B=kwXjRMcg-vvunBN5Gms4dvK2XsO4E2qe_vWTXB%2B64Ew@mail.gmail.com> <5fe5917a.1c69fb81.b9a27.9006SMTPIN_ADDED_MISSING@mx.google.com> <CADnZ6Bm5Zt1ioyC_n=XciYOXY_uGfJtqLbiniAd-JtLM2PfEOA@mail.gmail.com> <8b1fbcaa-2e09-d2e4-03eb-1bbffcada788@yuripv.dev> <X%2BXmU5ChmB2Q7R%2BN@c720-r368166.fritz.box> <CADnZ6B=KRKMUxFk=wTtuHBDiLfU6Y_dGUE9d-RVQc=gXHPX7Pg@mail.gmail.com> <X%2BXvmFpGdw9iReU%2B@c720-r368166.fritz.box> <CADnZ6BnzcDGOx2OeekSONV3__8OUp8zg1Vg2ZtZPEsJRfxUWdw@mail.gmail.com> <X%2BcX6egJSEHI2u1c@c720-r368166.fritz.box> <20201226113259.84b4389effd0ee1f05433e62@sohara.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@tundraware.com
PGP Key:         http://www.tundraware.com/PGP/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8cce7a4e-1173-5dcb-4ccd-5c379c1a0f83>