Verdent Docs
This is archived Verdent 1.0 documentation. For current product documentation, see Verdent.

Git Installation

Installing Git for Verdent

Verdent uses Git worktrees to create isolated workspaces. Git is a required dependency, but you don't need to install it ahead of time.

On first launch, Verdent checks whether Git is available and compatible. If Git is missing or outdated, Verdent will prompt you and guide you through installation. Verdent also prompts for Git author configuration when needed.


Why Verdent Uses Git

Verdent relies on Git worktrees to manage isolated workspaces safely:

FeatureWhat Git Enables
Workspace IsolationSeparate working directories via worktrees
Independent ChangesEach workspace can have its own branch and state
Git Workflow CompatibilityWorks with standard Git tools and workflows
Git installation welcome screen
Git author information prompt

Manual Installation

If you prefer to install Git yourself:

Verify installation with git --version.


FAQs

What is Git?

Git is a free, open-source version control system that tracks changes to your files. Verdent uses Git worktrees to create isolated workspaces.

Can I use Verdent without Git?

No. Git worktrees are fundamental to Verdent's workspace isolation. Without Git, Verdent cannot create or manage isolated workspaces.

What if my project isn't a Git repository?

Verdent can still work with folders that are not Git repositories. If Git initialization is required for workspace isolation, Verdent will prompt you and guide you through the next step.


See Also