mirror of
https://github.com/aljazceru/gitpear.git
synced 2025-12-17 22:24:22 +01:00
@@ -317,7 +317,7 @@ async function share(name, branchToShare, options) {
|
||||
function logBranches(name) {
|
||||
const repoACL = acl.getACL(name)
|
||||
console.log('Visibility:', '\t', repoACL.visibility)
|
||||
console.log('Branch:')
|
||||
console.log('Protected Branch(s):')
|
||||
for (const branch of repoACL.protectedBranches) { console.log(branch) }
|
||||
}
|
||||
program.parse()
|
||||
|
||||
Reference in New Issue
Block a user