[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Maintaining Jami #4
From: |
Jan |
Subject: |
Re: Maintaining Jami #4 |
Date: |
Mon, 17 Feb 2020 18:52:28 +0100 |
On Mon, 17 Feb 2020 18:42:05 +0100
Pierre Neidhardt <address@hidden> 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