Document Gitea workflow and forbid direct main commits #5

Merged
jihoson merged 2 commits from chore/gitea-workflow-notes into main 2026-02-17 04:20:07 +09:00
Showing only changes of commit 6a29c5f3dd - Show all commits

View File

@@ -46,6 +46,10 @@ Restrict Slack access with `SLACK_ALLOWED_USER_ID` and `SLACK_ALLOWED_CHANNEL_ID
## Git & Gitea Workflow Notes ## Git & Gitea Workflow Notes
Use `tea` (Gitea CLI), not `gh`. Use `tea` (Gitea CLI), not `gh`.
Hard rule:
- Never implement changes, stage files, or commit on `main`.
- Always create/use a feature branch first, and merge via PR.
- Check login: - Check login:
- `tea login ls` - `tea login ls`
- `tea whoami` - `tea whoami`