Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2022 22:01:26 +1000
From:      Andy Farkas <andyf@andyit.com.au>
To:        ports@freebsd.org
Subject:   Re: On what days are the git servers available to obtain the ports tree?
Message-ID:  <ce978cb3-9de5-0f86-382c-be1717a03bcc@andyit.com.au>
In-Reply-To: <PSAPR03MB563921F113CCDCB5A1123662FAC19@PSAPR03MB5639.apcprd03.prod.outlook.com>
References:  <a258fb0624f53ae9234b192bdd717a02@bsdforge.com> <YnAb8onJW58W/W2G@fc.opsec.eu> <PSAPR03MB563921F113CCDCB5A1123662FAC19@PSAPR03MB5639.apcprd03.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On 3/05/2022 9:07 am, Tatsuki Makino wrote:
> To clean it up without cloning, we will have to make full use of the following commands, which are listed here.
>
> # git stash push --all -- :/
> # git stash pop
> # git pull --autostash --rebase --prune --
> # git reset --soft origin --
> # git checkout HEAD -- :/
> # git restore --source=HEAD --staged -- :/
> # git clean -d --force -X -- :/

....and to think in the old days we had to jump through hoops and type in:

# svnlitesync synchronize file://usr/svn/base svn://svn.freebsd.org/base

-andyf




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ce978cb3-9de5-0f86-382c-be1717a03bcc>