(import (chicken process)) (import commands tick-params) (define-command 'git "git Run git commands on the local database repository" (lambda (args) (process-run "git" (append (list "-C" (db-dir)) args))))