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.