Structs§
- Commit
Info - Get recent commits on a specific branch (up to
limit).
Functions§
- branch_
commits - create_
and_ checkout_ branch - Create a new branch from HEAD and check it out.
- current_
branch - Get the current branch name (e.g., “main”, “shipd/3-fix-bug”).
- open_
repo - Open a git repository starting from
path, searching upward. - slugify
- Turn a task title into a slug for branch naming. “Fix login bug!” → “fix-login-bug”
- task_
branch_ name - Build the branch name for a task: “shipd/
- ”