Git IntegrationIntegration
Git + SSH via Grip OS
Run git operations across multiple remote machines via SSH fleet management.
What You Can Do
Multi-machine git status
Check git status on all fleet machines at once to find repos with uncommitted changes or unpushed work.
Fleet-wide git pull
Pull the latest code across all repos on all machines with a single fleet batch command.
Cross-machine branch sync
Ensure all machines are on the same branch and commit for consistent development environments.
How to Set Up
1
Configure SSH keys for your fleet machines in ~/.ssh/.
2
Add machines to the fleet in Grip Station > Fleet > Add Machine.
3
Verify SSH connectivity with a fleet health check.
4
Run a test git status command across the fleet.