Date: Wed, 9 Jun 2021 03:14:01 +0200 From: tuexen@freebsd.org To: tech-lists <tech-lists@zyxst.net> Cc: freebsd-current@freebsd.org Subject: Re: OpenZFS imports, status update Message-ID: <9C30BADE-3432-4CC3-A176-1C627AB31599@freebsd.org> In-Reply-To: <YMAUTVDE37p6gQIL@ceres.zyxst.net> References: <94FF271E-1397-42C5-8A9C-26E423D72701.ref@yahoo.com> <94FF271E-1397-42C5-8A9C-26E423D72701@yahoo.com> <CANCZdfpQwTLeAb7J-AAM1JcL7LNpjMAYwwWWsc-dnb6A0px2qA@mail.gmail.com> <YMAUTVDE37p6gQIL@ceres.zyxst.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 9. Jun 2021, at 03:07, tech-lists <tech-lists@zyxst.net> wrote: >=20 > Hi, >=20 > On Tue, Jun 08, 2021 at 04:52:43PM -0600, Warner Losh wrote: >> Top posting... >>=20 >> You can do a 'git remote purge freebsd' to reset the branch names, = then >> you'll be able to do a normal pull. >=20 > This doesn't work for me. I use the anonssh method of updating the = tree >=20 > % git remote -v > origin ssh://anongit@git.freebsd.org/src.git (fetch) > origin ssh://anongit@git.freebsd.org/src.git (push) >=20 > % gvs > srctree last updated: Wed Jun 9 02:19:47 2021 +0200 version: 245848 >=20 > root@desktop:/root# cd /usr/src >=20 > root@desktop:/usr/src# git version > git version 2.31.1 >=20 > root@desktop:/usr/src# git checkout stable/13 > Already on 'stable/13' > Your branch is behind 'origin/stable/13' by 6922 commits, and can be = fast-forwarded. > (use "git pull" to update your local branch) >=20 > root@desktop:/usr/src# git remote purge freebsd > error: Unknown subcommand: purge Try: git remote prune freebsd Best regards Michael > usage: git remote [-v | --verbose] > or: git remote add [-t <branch>] [-m <master>] [-f] [--tags | = --no-tags] [--mirror=3D<fetch|push>] <name> <url> > or: git remote rename <old> <new> > or: git remote remove <name> > or: git remote set-head <name> (-a | --auto | -d | --delete | = <branch>) > or: git remote [-v | --verbose] show [-n] <name> > or: git remote prune [-n | --dry-run] <name> > or: git remote [-v | --verbose] update [-p | --prune] [(<group> | = <remote>)...] > or: git remote set-branches [--add] <name> <branch>... > or: git remote get-url [--push] [--all] <name> > or: git remote set-url [--push] <name> <newurl> [<oldurl>] > or: git remote set-url --add <name> <newurl> > or: git remote set-url --delete <name> <url> >=20 > -v, --verbose be verbose; must be placed before a = subcommand >=20 > --=20 > J.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9C30BADE-3432-4CC3-A176-1C627AB31599>