> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://learning.postman.com/llms.txt. For full content including API reference and SDK examples, see https://learning.postman.com/llms-full.txt.

# Share local changes

When you work in [local mode](/docs/use/native-git/overview/), you can share your in-progress changes with your teammates before you push the changes to Postman Cloud. Your changes can include collections, environments, and API specifications.

## Share a link to changes in local mode

To share your local changes for review before pushing them to Postman Cloud, do the following:

1. Make your changes in local mode.
2. In the sidebar, open the <img alt="History icon" src="https://assets.postman.com/postman-docs/aether-icons/v12/icon-descriptive-history-stroke.svg#icon" width="20px" /> **Local history** tab.
3. Click <img alt="Link icon" src="https://assets.postman.com/postman-docs/aether-icons/v12/icon-action-link-stroke.svg#icon" width="20px" /> **Copy link** in the **Workspace** section.

<img alt="Share local branch workspace" src="https://assets.postman.com/postman-docs/v12/local-branch-share-v12.png" width="280" />

Send the link to teammates, and they can open it to view and comment on your changes. Anyone on your team can access the link, even if they don't have permission to access the parent Git repository.

<img alt="View changes from branch" src="https://assets.postman.com/postman-docs/v12/local-branch-view-v12.png" width="280" />

## Update the link with new changes

To publish any further changes made in local mode, click **Update shared link with latest changes** next to <img alt="Link icon" src="https://assets.postman.com/postman-docs/aether-icons/v12/icon-action-link-stroke.svg#icon" width="20px" /> **Copy link**. This updates the shared link with the latest local changes.

<img alt="Update shared link with latest" src="https://assets.postman.com/postman-docs/v12/local-branch-update-v12.png" width="280" />

## Unshare changes

To unshare the changes, click <img alt="Options icon" src="https://assets.postman.com/postman-docs/aether-icons/v12/icon-action-options-stroke.svg#icon" width="20px" /> **View more actions** in the same **Workspace** section and select **Unshare changes**. This action unpublishes the changes so your teammates with the link can no longer access the previously shared changes.

<img alt="Unshare changes" src="https://assets.postman.com/postman-docs/v12/local-branch-unshare-v12.png" width="280" />