Skip to main content

Crate git_valet

Crate git_valet 

Source
Expand description

§git-valet

Transparently version private files (.env, secrets, notes, AI prompts) in a separate repo, synced via git hooks. Zero workflow change.

Modules§

config
Configuration management for git-valet.
git_helpers
Git command wrappers for both the main repo and the valet bare repo.
hooks
Git hook installation and uninstallation for transparent valet syncing.
valet
Core valet logic: init, sync, push, pull, add, deinit.