Reformat Branch

Reformat all files changed in the current branch compared to main

mondaycom be350a7 394 B Updated

File contents

Reformat all files changed in this branch relative to main.

Steps:

  1. Verify we are not on main: git rev-parse --abbrev-ref HEAD
  2. List the changed files for the user's awareness: git diff --name-only main...HEAD
  3. Run make format-main to reformat only those changed files

mondaycom/duckdb-claude/tree/main/skills/reformat-branch commit be350a7b2f

Frequently asked questions

npx skillmds@latest add mondaycom/reformat-branch