Skip to content

make-github-pseudonymous-again/gitkv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitkv

Easy key-value storage via git.

Install

make DESTDIR=/ PREFIX=/usr install

Usage

gitkv <cwd> <command> <...args>

init

gitkv <cwd> init <remote>

put

gitkv <cwd> put <key> <value>

del

gitkv <cwd> del <key>

get

gitkv <cwd> get <key>

pull

gitkv <cwd> pull

push

gitkv <cwd> push

sync

gitkv <cwd> sync