Add original git-tools plugin

This commit is contained in:
CJYSEX
2026-07-22 23:38:14 +08:00
parent ad9403f7fc
commit 9a24a2125f
9 changed files with 405 additions and 0 deletions

View File

@@ -15,6 +15,18 @@
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
},
{
"name": "git-tools",
"source": {
"source": "local",
"path": "./plugins/git-tools"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Developer Tools"
}
]
}