Re: src.git test repository
Tom Tromey <[email protected]>
| Newsgroups | gmane.comp.gnu.binutils,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Tom> I think "git://" works as well; not sure about http transport. Eli> ssh:// or git+ssh:// (or are they equivalent?)? I believe ssh and git+ssh are the same thing. Plain "git://" uses the git protocol. On sourceware this can only be used for cloning, not pushing. Tom