On Mon, 17 Feb 2020 18:42:05 +0100 Pierre Neidhardt <m...@ambrevar.xyz> 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