lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GUB with local git-repo?


From: David Kastrup
Subject: Re: GUB with local git-repo?
Date: Fri, 07 Jun 2019 13:40:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Thomas Morley <address@hidden> writes:

> Hi Phil,
>
> let's see, if I understand correctly:
>
> For a public branch, I'd checkout a local branch, say: dev/issue4943
> Then make it public with
>   git push origin dev/issue4943
> Further changes added to this branch with
>   git push dev/issue4943 HEAD:staging

What?  No, just continue with

    git push origin dev/issue4943

> Invoking GUB with
>   make LILYPOND_BRANCH=dev/issue4943 lilypond
>
> Though, I don't know how to delete said branch from the official repo,
> after all work is done.

git push origin :dev/issue4943

Basically, push an empty ref.

Seems a bit strange that one can only work through the official
repository.  Can't you just clone a repository for which "origin" is
your local repository rather than the official upstream?

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]