Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 317 Bytes

File metadata and controls

12 lines (8 loc) · 317 Bytes

Agent Workflow

Sync To Main

When the user says sync to main or synt to main, they mean:

  1. Fetch origin/main.
  2. Rebase the current branch on origin/main.
  3. Push the current HEAD directly to main with a normal push, for example: git push origin HEAD:main

Do not force push for this workflow.