From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 29646 invoked from network); 3 Jan 2022 16:03:20 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 3 Jan 2022 16:03:20 -0000 Received: from odoacer.turtle-trading.net ([93.241.193.16]) by 4ess; Mon Jan 3 10:52:46 -0500 2022 Received: from zenobia.turtle-trading.net ([192.168.2.111]) by odoacer.turtle-trading.net with esmtp (Exim 4.80) (envelope-from ) id 1n4P8o-00032p-Tx; Mon, 03 Jan 2022 16:20:54 +0100 Received: from benny by zenobia.turtle-trading.net with local (Exim 4.94.2) (envelope-from ) id 1n4P8o-000TyE-Lt; Mon, 03 Jan 2022 16:20:54 +0100 From: Benjamin Riefenstahl To: 9front@9front.org Date: Mon, 03 Jan 2022 16:20:54 +0100 Message-ID: <87sfu4yhex.fsf@turtle-trading.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: package hypervisor base Subject: [9front] Git multiple remotes Reply-To: 9front@9front.org Precedence: bulk Hi all, Is it possible in 9front's Git to have multiple remotes? I find this often usefull but I can't make it work. The Git commands do not seem to work with additional remotes in .git/config, they require explicit URLs. But even then it is not clear to me how to e.g. git/pull from an extenal repo. The connection is made, output happens, but the local repo seems not changed in any way? TIA, benny