Commands Overview
vibe provides a simple set of commands for managing Git Worktrees.
Command Summary
Section titled “Command Summary”| Command | Description |
|---|---|
vibe start <branch> | Create a worktree with a new or existing branch |
vibe clean | Delete current worktree and return to main |
vibe trust | Trust configuration files |
vibe untrust | Untrust configuration files |
vibe config | Show current configuration |
Quick Reference
Section titled “Quick Reference”# Create a worktree for a new featurevibe start feat/new-feature
# Use an existing branchvibe start feat/existing-branch
# Clean up when donevibe clean
# Trust configuration filesvibe trust
# Show current configvibe config