Skip to content

Commands Overview

vibe provides a simple set of commands for managing Git Worktrees.

CommandDescription
vibe start <branch>Create a worktree with a new or existing branch
vibe cleanDelete current worktree and return to main
vibe trustTrust configuration files
vibe untrustUntrust configuration files
vibe configShow current configuration
Terminal window
# Create a worktree for a new feature
vibe start feat/new-feature
# Use an existing branch
vibe start feat/existing-branch
# Clean up when done
vibe clean
# Trust configuration files
vibe trust
# Show current config
vibe config
  • start - Create worktrees
  • clean - Remove worktrees
  • trust - Manage configuration trust
  • config - View configuration