Frequently Asked Questions
Everything you need to know about .git. Can't find what you're looking for? Contact our support team.
How do I connect my existing repository to .git?
Go to your dashboard, click "Add Repository", and select your provider (GitHub, GitLab, or Bitbucket). Authorize the connection, and .git will automatically detect your framework, build commands, and deploy settings. You can customize these in the configuration tab. Read the full guide →
What happens when I push to main/production?
When you push to your production branch, .git triggers an automated build pipeline. Your app is compiled, tested (if configured), and deployed to our global edge network. Previous versions are instantly rollback-able. Zero-downtime deployments are enabled by default.
Do you support preview environments?
Yes! Every pull request automatically gets its own unique preview URL. Share it with your team for testing before merging. Preview environments are isolated, fully functional, and auto-cleaned when the PR is closed.
Can I upgrade or downgrade my plan anytime?
Absolutely. Changes take effect immediately. When upgrading, you're prorated for the remainder of your billing cycle. When downgrading, the change applies at the next billing date. You won't lose any projects or data during transitions.
What happens if I exceed my bandwidth limit?
We'll notify you via email and dashboard when you reach 80% and 100% of your limit. Your sites remain online for 7 days after exceeding the limit. After that, you'll be prompted to upgrade or wait for the next billing cycle to reset. No surprise charges ever.
Is .git SOC 2 and GDPR compliant?
Yes. .git is SOC 2 Type II certified and fully GDPR compliant. We offer data processing agreements (DPAs), regional data residency options, and end-to-end encryption for all repositories and deployments. View our Security & Compliance page for details.
How do you handle secrets and environment variables?
Environment variables are encrypted at rest using AES-256 and injected at runtime. Secrets are never stored in build logs or accessible via APIs without explicit scopes. Enterprise plans support integration with HashiCorp Vault, AWS Secrets Manager, or 1Password.
Which CI/CD tools does .git integrate with?
.git natively integrates with GitHub Actions, GitLab CI, Bitbucket Pipelines, CircleCI, and Jenkins. We also offer webhooks for Slack, Discord, Teams, Datadog, Sentry, and PagerDuty. Use our CLI or REST API to automate any workflow.
Is there a free tier for open-source projects?
Yes! Public repositories qualify for our free Open Source tier, which includes unlimited bandwidth, custom domains, and priority support. Simply verify your repo is public and apply through the dashboard. We're proud to support the OSS community.
Can I deploy non-JavaScript frameworks?
Absolutely. .git supports Python, Ruby, Go, Rust, PHP, Java, .NET, Docker containers, and static sites. You can use our auto-detection or provide a custom `Dockerfile` or build command. We treat every stack equally.
No questions match your search. Try a different term or contact support.
Still have questions?
Our engineering support team is available 24/7 to help you build and deploy with confidence.