Document Gitea workflow and forbid direct main commits #5
@@ -46,6 +46,10 @@ Restrict Slack access with `SLACK_ALLOWED_USER_ID` and `SLACK_ALLOWED_CHANNEL_ID
|
||||
## Git & Gitea Workflow Notes
|
||||
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:
|
||||
- `tea login ls`
|
||||
- `tea whoami`
|
||||
|
||||
Reference in New Issue
Block a user