Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tidbit about managed repos not supported by prune branch #5847

Merged
merged 6 commits into from
Jul 26, 2024
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The IDE features some delightful tools and layouts to make it easier for you to

<VersionBlock firstVersion="1.6">

- Use the **Prune branches** option to remove local branches that have already been deleted from the remote repository. Selecting this triggers a [pop-up modal](#prune-branches-modal), where you can confirm the deletion of the specific local branches, keeping your branch management tidy. Note, prune will not delete the branch you've currently checked out.
- Use the **Prune branches** option to remove local branches that have already been deleted from the remote repository. Selecting this triggers a [pop-up modal](#prune-branches-modal), where you can confirm the deletion of the specific local branches, keeping your branch management tidy. Note that Prune won't delete the branch you've currently checked out. Pruning branches in the IDE isn't available for [managed repositories](/docs/collaborate/git/managed-repository) because they don't have a typical remote setup, which prevents deleting branches from a remote repo.
mirnawong1 marked this conversation as resolved.
Show resolved Hide resolved

</VersionBlock>

Expand Down
Loading