Commit Agent is a gRPC-based sidecar agent that runs inside Jupyter Notebook pods. It enables code synchronization between the notebook container and a remote Git repository. For usage details, refer to the official documentation.
go mod tidy && go mod vendor
make build && make build-clientcd v1beta1
protoc --go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
service.proto