Command overview

Updated Jul 13, 2026

git-donkey ships Git subcommands, exposed as console entrypoints. Git invokes these as git <subcommand> when git-<subcommand> is available on the PATH.

  • git donkey (git-donkey) creates linked worktrees for branch-based work.
  • git track (git-track) fetches the first remote and switches to or creates a tracking branch.
  • git fafo (git-fafo) scaffolds and publishes a new GitHub repository from a template.
  • git plonk (git-plonk) removes completed worktrees or generated directories from worktrees created by git donkey.
  • git donkey-template (git-donkey-template) displays and creates the template directory for the current repository.