Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:26 +08:00
commit 68d3d6d405
4 changed files with 725 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "git",
"description": "Git workflow automation and utilities",
"version": "0.0.1",
"author": {
"name": "stbenjam"
},
"commands": [
"./commands"
]
}