Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:12 +08:00
commit d9415cde76
5 changed files with 130 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "git",
"description": "Common repository operations for git",
"version": "0.3.0",
"author": {
"name": "Aotokitsuruya"
},
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}