Date: Wed, 4 May 2022 07:28:08 -0700 From: Jose Quinteiro <freebsd@quinteiro.org> To: ports@freebsd.org Subject: Re: On what days are the git servers available to obtain the ports tree? Message-ID: <403f8d3b-d042-ab52-fde6-bcffda094890@quinteiro.org> In-Reply-To: <ce978cb3-9de5-0f86-382c-be1717a03bcc@andyit.com.au> References: <a258fb0624f53ae9234b192bdd717a02@bsdforge.com> <YnAb8onJW58W/W2G@fc.opsec.eu> <PSAPR03MB563921F113CCDCB5A1123662FAC19@PSAPR03MB5639.apcprd03.prod.outlook.com> <ce978cb3-9de5-0f86-382c-be1717a03bcc@andyit.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
On 5/4/22 05:01, Andy Farkas wrote: > > 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 > How is that easier than "git pull"? Thanks, Jose
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?403f8d3b-d042-ab52-fde6-bcffda094890>