vercel git
Learn how to manage your Git provider connections using the vercel git CLI command.Table of Contents
The vercel git
command is used to manage a Git provider repository for a Vercel Project,
enabling deployments to Vercel through Git.
When run, Vercel CLI searches for a local .git
config file containing at least one remote URL.
If found, you can connect it to the Vercel Project linked to your directory.
Learn more about using Git with Vercel.
terminal
vercel git connect
terminal
vercel git disconnect
These are options that only apply to the vercel git
command.
The --yes
option can be used to skip connect confirmation.
terminal
vercel git connect --yes
The following global options can be passed when using the vercel git
command:
For more information on global options and their usage, refer to the options section.
Last updated on July 17, 2024
Was this helpful?