-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Installing Git for Checkpoints
Dennis Bartlett edited this page Mar 6, 2025
·
7 revisions
Cline uses Git under the hood to create checkpoints of your workspace throughout tasks. Every time Cline makes changes to your files, it automatically creates a Git commit, allowing you to track and revert changes if needed. Follow the instructions below to install Git for your operating system.
- If you don't have Homebrew installed, install it first
- Install Git using Homebrew:
brew install git
- Quit and re-open VSCode. Cline will automatically detect Git and enable checkpoints.
- Download and run the official Git installer from git-scm.com
- Quit and re-open VSCode. Cline will automatically detect Git and enable checkpoints.
- Open Terminal and update your package index:
sudo apt update
- Install Git:
sudo apt install git
- Quit and re-open VSCode. Cline will automatically detect Git and enable checkpoints.
If you've followed these steps and are still experiencing problems, please:
- Check the Cline GitHub Issues to see if others have reported similar problems
- If not, create a new issue with details about your operating system, VSCode/Cursor version, and the steps you've tried
For additional help, join our Discord.