# Announcing Branch Reset

DevFeed: [Announcing Branch Reset](<https://devfeed.tech/articles/announcing-branch-reset-4961.md>)

Original publisher: [Read original article](<https://neon.com/blog/announcing-branch-reset>)

Author: Raouf Chebri

Published: 2023-12-14T12:35:03Z

Content type: release

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [API](<https://devfeed.tech/topics/api.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [cli](<https://devfeed.tech/tags/cli.md>), [database](<https://devfeed.tech/tags/database.md>), [feature](<https://devfeed.tech/tags/feature.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [release](<https://devfeed.tech/tags/release.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [serverless-architecture](<https://devfeed.tech/tags/serverless-architecture.md>), [sync](<https://devfeed.tech/tags/sync.md>)

## AI overview

Neon announces branch reset, a feature that updates a development database branch with the latest schema and data from its parent branch. The article explains how to use the feature through the CLI and notes that resetting overwrites local changes and temporarily interrupts database connections.

## Source excerpt

One of the benefits of Neon's serverless architecture, which sets it apart from other Postgres providers, is its database branching capabilities. Neon's database branching allows you to create an instant copy-on-write clone of your data (a child branch) that you can modify withou...