# Edit Git settings for all projects in a repo

DevFeed: [Edit Git settings for all projects in a repo](<https://devfeed.tech/articles/edit-git-settings-for-all-projects-in-a-repo-907.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/edit-git-settings-for-all-projects-in-a-repo>)

Author: Mehul Kar

Published: 2026-06-02T06:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [CI/CD](<https://devfeed.tech/topics/cicd.md>)

Tags: [docs](<https://devfeed.tech/tags/docs.md>), [events](<https://devfeed.tech/tags/events.md>), [git](<https://devfeed.tech/tags/git.md>)

## AI overview

Monorepo projects can now configure Git settings for all projects in one place.

## Source excerpt

Monorepos that deploy many projects can now configure all of their project's Git settings more conveniently. Previously, if you wanted to consistently configure each project's settings for commit status, repository_dispatch events, etc., you had to click through to every project's settings and consistently apply the same setting. Now, you can do it all in one place. Try it out in project settings or visit the docs to learn more! Read more