mirror of
git://f0xx.org/android_cast
synced 2026-07-29 03:57:50 +03:00
BE sync
This commit is contained in:
@@ -26,6 +26,7 @@ Follow [docs/GIT_FLOW.md](docs/GIT_FLOW.md) and [docs/GIT_FLOW.pdf](docs/GIT_FLO
|
||||
6. **Hotfix (next-only bug):** `fix/*` from **next** → merge to **next** only.
|
||||
7. **Never** force-push `master`; force-push `next` only when the user explicitly requests history rewrite on integration.
|
||||
8. When working on a named branch, call **SetActiveBranch** with that branch name.
|
||||
9. **Fast track on `next`:** if committing directly on `next` (alpha sprint, user asked), **one feature per atomic commit** — message names the feature; no mixed RSSH + graphs + docs in one commit. Revert with `git revert <hash>`. See [GIT_FLOW.md §4.1](docs/GIT_FLOW.md#41-fast-track-on-next-alpha-sprint).
|
||||
|
||||
## Quick commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user