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, > > 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 own Git protocol over WebRTC? If you could somehow generate > all the files necessary to update your Git repository ('git pull') and > instead of sending them over a standard protocol, you would use WebRTC data > channels to send that data instead. And on the receiving end, use the > received files to update your repo. > > Or maybe there already exists a Git-over-WebRTC library? > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/git-users/39909540-22dc-4624-83b9-7ad1fd2b2f30n%40googlegroups.com.