git-store $ git init mystore $ cd mystore $ git store set foo "this is foo" $ git store get foo this is foo