Compare commits
1 Commits
5e66b4d746
...
3446ce33a5
| Author | SHA1 | Date | |
|---|---|---|---|
| 3446ce33a5 |
@@ -3,11 +3,3 @@
|
|||||||
## Commits
|
## Commits
|
||||||
|
|
||||||
Any commit message you write must follow the Conventional Commits specification as documented in [CONVENTIONAL-COMMITS.md](CONVENTIONAL-COMMITS.md).
|
Any commit message you write must follow the Conventional Commits specification as documented in [CONVENTIONAL-COMMITS.md](CONVENTIONAL-COMMITS.md).
|
||||||
|
|
||||||
## Gotchas
|
|
||||||
|
|
||||||
The `origin` remote is a self-hosted **Gitea** instance (`git.alexion.dev`), not GitHub.
|
|
||||||
The `gh` CLI does not work here — open pull requests with `tea pr create --login axi --base main --head <branch>`, and list them with `tea pr`.
|
|
||||||
|
|
||||||
Task branches are merged into `main` on the remote, so the local `main` goes stale.
|
|
||||||
Always `git fetch origin` and cut a task branch from `origin/main`, not from whatever local `main` happens to point at.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user