mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
feat: Add setup script for configuring git hooks
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Setup script for development environment
|
||||
|
||||
echo "Setting up git hooks..."
|
||||
git config core.hooksPath .githooks
|
||||
|
||||
echo "Setup complete!"
|
||||
Reference in New Issue
Block a user