An open API service indexing awesome lists of open source software.

https://github.com/encoredev/git-remote-grpc

Clone git repositories over gRPC
https://github.com/encoredev/git-remote-grpc

Last synced: about 1 month ago
JSON representation

Clone git repositories over gRPC

Awesome Lists containing this project

README

        

# git-remote-grpc

This project provides sample code for building a git remote helper that
allows for cloning, fetching, and pushing updates to remote git repositories
over gRPC.

This can be really useful for leveraging existing gRPC infrastructure,
such as TLS authentication support, to avoid having to build a separate
Public Key Infrastructure for authenticating with SSH keys.

To learn more, read the associated [blog post](http://encore.dev/blog/git-clone-grpc)
on the Encore Engineering Blog.