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

    Parameters

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

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