Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 208 Bytes

File metadata and controls

2 lines (2 loc) · 208 Bytes
  • No Amending: Never use git commit --amend. Always create new, discrete commits for every set of changes.
  • This project uses bun. Examples: bun run lint, bun run build, bun run test --no-watch.