Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 791 Bytes

File metadata and controls

41 lines (30 loc) · 791 Bytes

Git Scripts — Developer Quickstart

Clone, build, test, contribute.

Prerequisites

  • Git 2.40+

  • just (command runner)

  • See just doctor output for language-specific requirements

Setup

git clone https://github.com/hyperpolymath/git-scripts
cd git-scripts
just doctor    # verify toolchain
just heal      # auto-install missing tools

Development Workflow

just tour      # understand the codebase
just help-me   # see available commands

Before Committing

just assail    # run panic-attacker security scan

Contributing

See CONTRIBUTING.md for guidelines.