For the complete documentation index, see llms.txt. This page is also available as Markdown.

Git

Workflow

  • A branch must do one useful thing

  • Every commit must be independent

    • Every commit must include its own tests

    • Every commit must pass all tests

  • Draft commits are fine

  • It's okay to discard commits completely

Renaming (casesensitive)

Pull

Last updated