Import Third-Party Git Repository”
Importing a Third-Party Git Repository to Vercel
When deploying projects on Vercel, you can import code from third-party Git repositories that aren't directly connected to your primary Git provider account. This is useful when you want to deploy repositories you don't own or that are hosted on different platforms.
How to Import a Third-Party Git Repository
- Log in to your Vercel dashboard
- Click the "New Project" button in the top right corner of your dashboard 12
- In the Git repository selection screen, look for the "Import Third-Party Git Repository" option at the bottom of the section 12
- Enter the URL of the Git repository you want to import
Follow the configuration steps to set up your project:
- Click the "Deploy" button to initiate the deployment
Benefits of Using Git with Vercel
Importing a third-party Git repository still gives you the benefits of Vercel's Git integration:
- Preview deployments for every push
- Production deployments for the most recent changes from the production branch
- Instant rollbacks when reverting changes assigned to a custom domain 123
Supported Git Providers
Vercel supports importing repositories from various Git providers, including:
If you're working with a different Git provider, you can still deploy using the Vercel CLI 12.
Would you like more specific information about importing a particular type of repository?