mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #330] "--allow-delete" may cover "--allow-edit". #173
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @conphi on GitHub (Dec 29, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/330
@sigoden commented on GitHub (Dec 29, 2023):
There is no
--allow-editpolicy.But editing operations do require the
--allow-upload/--allow-deletepolicy.@conphi