.git_
Docs
Dashboard
Account
Next Steps
Complete these actions to unlock the full power of .git. Your progress is automatically saved.
Setup Progress
0 of 4 completed
✓
Connect your first repository
Link GitHub, GitLab, or Bitbucket to enable automatic syncing, branch protection, and deployment previews.
Connect Repository →
✓
Configure CI/CD pipeline
Define build steps, test suites, and deployment targets using our visual editor or .git/config.yml.
Setup Pipeline →
✓
Invite your team
Add collaborators with role-based permissions (Viewer, Developer, Maintainer, Admin).
Invite Members →
✓
Deploy a preview environment
Push a commit to any branch to instantly generate a secure, auto-cleaning preview URL.
Deploy Preview →
Quick CLI Setup
Copy
# Install the .git CLI
$
npm i -g @git/cli
# Authenticate & sync
$
git auth login
$
git remote add git https://git.dev/your-org/your-repo
$
git deploy --preview
Need help? Check our
setup guide
or contact
support
.
Status
Changelog
API Docs