normogen/COMMIT-NOW.sh
goose 378703bf1c
Some checks failed
Lint and Build / Lint (push) Failing after 13m48s
Lint and Build / Build (push) Has been skipped
Lint and Build / Docker Build (push) Has been skipped
docs(phase-2.5): Complete access control implementation
2026-02-15 21:15:17 -03:00

4 lines
113 B
Bash
Executable file

#!/bin/bash
git add -A
git commit -m 'feat(backend): Phase 2.5 permission and share models'
git push origin main