-
Notifications
You must be signed in to change notification settings - Fork 15
Installing Git for Checkpoints
Dev Agent uses Git under the hood to create checkpoints of your workspace throughout tasks. Every time Dev Agent 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. Dev Agent will automatically detect Git and enable checkpoints.
Download and run the official Git installer from git-scm.com Quit and re-open VSCode. Dev Agent 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. Dev Agent will automatically detect Git and enable checkpoints.
If you've followed these steps and are still experiencing problems, please:
Check the Agentforce for Developers 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.