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.
This page provides manual installation options if you prefer to set it up yourself.
If Git is missing or outdated, Verdent will prompt you and guide you through installation.
This page provides manual installation options if you prefer to set it up yourself.
Why Verdent Uses Git
Verdent relies on Git worktrees to manage isolated workspaces safely:| Feature | What Git Enables |
|---|---|
| Workspace Isolation | Separate working directories via worktrees |
| Independent Changes | Each workspace can have its own branch and state |
| Git Workflow Compatibility | Works with standard Git tools and workflows |
Recommended Version: Git 2.30+
macOS Installation
- Homebrew (Recommended)
- Xcode Command Line Tools
- Official Installer
If you already use Homebrew:
Windows Installation
- Git for Windows (Recommended)
- Winget
- Scoop
1
Download
Download from git-scm.com/download/win
2
Run Installer
Run the downloaded
.exe file3
Installation Options
You can accept defaults. If prompted, ensure Git is available from your terminal (recommended).
4
Complete
Click Install and wait for completion
Verifying Installation
After installation, verify Git is properly installed:Upgrading Git
If your Git version is older than required, upgrade it:- macOS
- Windows
Optional: Initial Configuration (for commits)
If you plan to create commits, Git may require an author name and email:If you don’t commit changes, you may not need to set these values. Verdent or Git will prompt you when required.
FAQs
What is Git?
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?
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?
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.
Why do I need Git 2.20+?
Why do I need Git 2.20+?
Verdent requires Git 2.20+ for compatibility with worktree-based workflows. We recommend Git 2.30+ for smoother worktree operations.