Commit 89fdb4e5 authored by Amy Qualls's avatar Amy Qualls Committed by Nick Gaskill

Remove lines about deleting protected branches

Redact the lines about protected branches not being deletable from
the CLI, as that's not true.
parent 9f43620a
......@@ -224,9 +224,9 @@ branches by using the GitLab web interface:
1. Next to the branch you want to delete, select the **Delete** button (**{remove}**).
1. On the confirmation dialog, type the branch name and select **Delete protected branch**.
You can delete a protected branch from the UI only.
This prevents you from accidentally deleting a branch
from the command line or from a Git client application.
Protected branches can only be deleted by using GitLab either from the UI or API.
This prevents accidentally deleting a branch through local Git commands or
third-party Git clients.
<!-- ## Troubleshooting
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment