From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Subject: Re: Maintaining Jami #4 Date: Mon, 17 Feb 2020 18:52:28 +0100 Message-ID: <20200217185228.483c49e3@kompiuter> References: <20200217172859.6095558b@interia.pl> <87d0adrwk0.fsf@ambrevar.xyz> <20200217181509.3790f8bf@kompiuter> <877e0lrtzm.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40898) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3kZQ-0001Sl-43 for guix-devel@gnu.org; Mon, 17 Feb 2020 12:52:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3kZO-0005F3-St for guix-devel@gnu.org; Mon, 17 Feb 2020 12:52:35 -0500 Received: from smtpo.poczta.interia.pl ([217.74.65.152]:58319) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j3kZO-0005DM-8a for guix-devel@gnu.org; Mon, 17 Feb 2020 12:52:34 -0500 In-Reply-To: <877e0lrtzm.fsf@ambrevar.xyz> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: Pierre Neidhardt Cc: guix-devel@gnu.org On Mon, 17 Feb 2020 18:42:05 +0100 Pierre Neidhardt wrote: > What you need to do is the following: > > - Create an empty repo on GitLab. > - In your local checkout of Guix, add your GitLab repository as a Git > remote. > - Push to your GitLab repository. > - Create a wip-jami branch and commit your changes there. > - Whenever you want to update "master", simply "git fetch --all" then > rebase your wip-jami onto origin/master. > > Let me know if you want more details. > Nope, that'll do, did something similar already. Thanks! Jan Wielkiewicz