@lzwme/fe-utils
    Preparing search index...

    Function gitSetChmod

    • 【git】给文件增加或撤销可执行权限

      Parameters

      • filepath: string
      • type: "add" | "del" = 'add'

      Returns { error: Error; stderr: string; stdout: string }