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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/git-users/d37b3ab1-26d8-4aa9-867f-5bb278ec5953n%40googlegroups.com.

Reply via email to