Skip to content

Best Practice in development

huiyan2021 edited this page May 15, 2025 · 2 revisions
  • When you develop on a branch, use rebase instead of merge because merge may flood the actual new commits on main branch.
Clone this wiki locally