---
title: How do I disable Git Notifications from Deployments?
description: If your project is connected via a Git account to your deployment, you will receive email notifications whenever the deployment has completed. How can you disable these notifications?
url: /kb/guide/how-do-i-disable-git-notifications-from-deployments
canonical_url: "https://vercel.com/kb/guide/how-do-i-disable-git-notifications-from-deployments"
published: 2025-11-03
last_updated: 2026-05-26
authors: Ismael Rumzan
related:
  - /docs/git
  - /docs/platform/deployments
  - /docs/git/vercel-for-github
  - /docs/platform/users-and-teams
  - /docs/platform/projects
  - /docs/git/vercel-for-gitlab
  - /docs/git/vercel-for-bitbucket
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---
<!-- docsgraph:related -->
## Related pages

> **For AI agents:** Follow these links to understand how this page connects to the rest of the Vercel ecosystem. For the full cross-link map (inbound, outbound, prerequisites, and semantic neighbors), see the .graph.md link below.

- [Git settings](https://vercel.com/docs/project-configuration/git-settings?from=related&source_path=%2Fkb%2Fguide%2Fhow-do-i-disable-git-notifications-from-deployments&source_site=vercel-kb&relationship=related) — Use the project settings to manage the Git connection, enable Git LFS, and create deploy hooks.
- [Optionally disable deployment_status webhook events for GitHub Actions](https://vercel.com/changelog/optionally-disable-deployment_status-webhook-events-for-github-actions?from=related&source_path=%2Fkb%2Fguide%2Fhow-do-i-disable-git-notifications-from-deployments&source_site=vercel-kb&relationship=related)
- [Git Configuration](https://vercel.com/docs/project-configuration/git-configuration?from=related&source_path=%2Fkb%2Fguide%2Fhow-do-i-disable-git-notifications-from-deployments&source_site=vercel-kb&relationship=related) — Learn how to configure Git for your project through vercel.json or vercel.ts.
- [Disable Git Integration comments from the dashboard](https://vercel.com/changelog/disable-git-integration-comments?from=related&source_path=%2Fkb%2Fguide%2Fhow-do-i-disable-git-notifications-from-deployments&source_site=vercel-kb&relationship=related)
- [Notifications](https://vercel.com/docs/notifications?from=related&source_path=%2Fkb%2Fguide%2Fhow-do-i-disable-git-notifications-from-deployments&source_site=vercel-kb&relationship=related) — Learn how to use Notifications to view and manage important alerts about your deployments, domains, integrations, accoun
- [Troubleshoot project collaboration](https://vercel.com/docs/deployments/troubleshoot-project-collaboration?from=related&source_path=%2Fkb%2Fguide%2Fhow-do-i-disable-git-notifications-from-deployments&source_site=vercel-kb&relationship=related) — Learn about common reasons for deployment issues related to team member requirements and how to resolve them.
- [September 2020](https://vercel.com/blog/changelog-september-2020?from=related&source_path=%2Fkb%2Fguide%2Fhow-do-i-disable-git-notifications-from-deployments&source_site=vercel-kb&relationship=related)
- [Deployment Checks](https://vercel.com/docs/deployment-checks?from=related&source_path=%2Fkb%2Fguide%2Fhow-do-i-disable-git-notifications-from-deployments&source_site=vercel-kb&relationship=related) — Set conditions that must be met before proceeding to the next phase of the deployment lifecycle.
- [How do I prevent the Vercel for GitHub integration comments?](https://vercel.com/kb/guide/how-to-prevent-vercel-github-comments?from=related&source_path=%2Fkb%2Fguide%2Fhow-do-i-disable-git-notifications-from-deployments&source_site=vercel-kb&relationship=related) — Information on how to prevent the Vercel for GitHub integration from adding comments.
- [How do I get notified when my Vercel deployment fails?](https://vercel.com/kb/guide/how-do-i-get-notified-when-my-vercel-deployment-fails?from=related&source_path=%2Fkb%2Fguide%2Fhow-do-i-disable-git-notifications-from-deployments&source_site=vercel-kb&relationship=related) — When your Vercel deployment fails, both a web notification and an email notification are sent to the creator of the depl
- [Can you deploy based on tags/releases on Vercel?](https://vercel.com/kb/guide/can-you-deploy-based-on-tags-releases-on-vercel?from=related&source_path=%2Fkb%2Fguide%2Fhow-do-i-disable-git-notifications-from-deployments&source_site=vercel-kb&relationship=related) — Learn how to deploy based on tags/releases on Vercel.

Full cross-link map for this page: [/kb/guide/how-do-i-disable-git-notifications-from-deployments.graph.md](/kb/guide/how-do-i-disable-git-notifications-from-deployments.graph.md?from=related&source_path=%2Fkb%2Fguide%2Fhow-do-i-disable-git-notifications-from-deployments&source_site=vercel-kb&relationship=graph)
<!-- /docsgraph:related -->


If your project is connected via a [Git Account](https://vercel.com/docs/git), you will receive email notifications whenever the [Deployment](https://vercel.com/docs/platform/deployments) has completed or errored. These notifications are managed by the respective **Git Provider**. We will describe below how to disable these notifications for each type of Git Account.

## GitHub

Log in to the [Github Account](https://vercel.com/docs/git/vercel-for-github) that is associated with your Vercel account for the respective [Team](https://vercel.com/docs/platform/users-and-teams) and [Project](https://vercel.com/docs/platform/projects). Then, follow these steps:

1. Go to the [Notifications page](https://github.com/settings/notifications) of your Github Settings.
   
2. Scroll to the section called **GitHub Actions**.
   
3. Uncheck the **Email** checkbox.
   

## Gitlab

Log in to the [Gitlab Account](https://vercel.com/docs/git/vercel-for-gitlab) that is associated with your Vercel account for the respective [Team](https://vercel.com/docs/platform/users-and-teams) and [Project](https://vercel.com/docs/platform/projects). Then, follow these steps:

1. Go to the [Notifications page](https://gitlab.com/-/profile/notifications) of your User Settings in Gitlab.
   
2. Go to the **Global notification level** section, click the drop-down and select **Custom** or you can also select **Disabled** to disable all notifications.
   
3. Make sure that **New Release** is unchecked if you have selected **Custom**.
   

## Bitbucket

Log in to the [Bitbucket Account](https://vercel.com/docs/git/vercel-for-bitbucket) that is associated with your Vercel account for the respective [Team](https://vercel.com/docs/platform/users-and-teams) and [Project](https://vercel.com/docs/platform/projects). Then, follow these steps:

1. Go to the [Notifications page](https://bitbucket.org/account/settings/notifications/) of your Account Settings in Bitbucket.
   
2. Make sure the Email is configured.
   
3. Click **Manage** to select which repositories you would like to watch/unwatch.
   
4. To select what notifications you would like to receive for a specific repository, go the source page of the repository that is connected to your Vercel project.
   
5. Click the 3 dots on the top right and select **notifications**. If the repository is set to be **unwatched**, you can leave it like this. To manage specific notifications, click the **watch this repository** button. If the repository is set to be **watched**, go to the next step.
   
6. Make sure that **Commits** is unchecked.
   

* * *