remote-acl: add, list, remove (branch and user)

Signed-off-by: dzdidi <deniszalessky@gmail.com>
This commit is contained in:
dzdidi
2024-02-14 19:04:00 +00:00
parent 711d717606
commit 640a38f8c1
4 changed files with 60 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ function logBranches(repoACL) {
module.exports = {
printACL,
printACLForUser,
checkIfGitRepo,
logBranches,
}