From: Christian Weisgerber Subject: Re: add 'got send' command To: gameoftrees@openbsd.org Date: Thu, 26 Aug 2021 15:14:17 +0200 Stefan Sperling: > This patch implements 'got send', which uploads changes to a Git server. Git supports separate fetch and push URLs (remote.origin.pushurl) and that feature is in use: $ git remote -v freebsd ssh://anongit@git.freebsd.org/ports.git (fetch) freebsd ssh://git@gitrepo.freebsd.org/ports.git (push) I guess we can just configure separate remotes in got.conf for this purpose, but I'd like to tentatively raise a feature request. -- Christian "naddy" Weisgerber naddy@mips.inka.de