backend

command
v0.0.0-...-ae5e3d9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Command gitgres-backend: CLI and Git remote helper for storing Git in PostgreSQL.

CLI:

gitgres-backend init     <conninfo> <reponame>
gitgres-backend push     <conninfo> <reponame> <local-repo-path>
gitgres-backend clone    <conninfo> <reponame> <dest-dir>
gitgres-backend ls-refs  <conninfo> <reponame>

Remote helper (when invoked as git-remote-gitgres <name> <url>):

git remote add pg gitgres::<conninfo>/<reponame>
git push pg main   /   git clone gitgres::<conninfo>/<reponame>

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL