Marc Hohl <[email protected]> writes:

> [remote "origin"]
>     url = git://git.sv.gnu.org/lilypond.git/
>     fetch = +refs/heads/master:refs/remotes/origin/master
>     fetch = +refs/heads/staging:refs/remotes/origin/staging
>
> So I think I am not using http, right?

It is not an authenticated protocal either, so it is pretty much the
same with regard to pushing.  This section looks like

[remote "origin"]
        fetch = +refs/heads/*:refs/remotes/origin/*
        url = ssh://git.sv.gnu.org/srv/git/lilypond.git

in my setup.

-- 
David Kastrup


_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to