Re: [git-users] Re: How to implement WebRTC as a Git Protocol?

2022-02-21 Thread Philip Oakley
Hi Git Noob, Supplemental to Konstantin's info, there is further details of the various protocols in the https://github.com/git/git/tree/master/Documentation/technical directory to complement the man pages. Hope that helps On Monday, February 21, 2022 at 10:46:45 AM UTC Konstantin Khomoutov

Re: [git-users] Re: How to implement WebRTC as a Git Protocol?

2022-02-21 Thread Konstantin Khomoutov
On Sat, Feb 19, 2022 at 11:42:33AM -0800, git noob wrote: > > https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols > > https://git-scm.com/book/en/v2/Git-Internals-Transfer-Protocols > > > > Is there a way to use plumbing commands (internal transfer protocols?) to > > implement your

[git-users] Re: How to implement WebRTC as a Git Protocol?

2022-02-19 Thread git noob
I did find this link about remote helpers and 'git fetch'. Is this what I should be investigating?: https://stackoverflow.com/questions/17876132/can-i-create-a-custom-protocol-for-git On Saturday, 19 February 2022 at 14:31:42 UTC-5 git noob wrote: > Hi, > >