98e40dac97
CLI Smoke Test / smoke-test-linux (20) (push) Waiting to run
CLI Smoke Test / smoke-test-linux (24) (push) Waiting to run
CLI Smoke Test / smoke-test-windows (20) (push) Waiting to run
CLI Smoke Test / smoke-test-windows (24) (push) Waiting to run
Expo App TypeScript typecheck / typecheck (push) Waiting to run
317 B
317 B
Agent Workflow
Sync To Main
When the user says sync to main or synt to main, they mean:
- Fetch
origin/main. - Rebase the current branch on
origin/main. - Push the current HEAD directly to
mainwith a normal push, for example:git push origin HEAD:main
Do not force push for this workflow.