Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:52 +08:00
commit c370ff4d24
8 changed files with 1002 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "git",
"description": "Introduces commands for commit and PRs creation.",
"version": "1.0.0",
"author": {
"name": "Vlad Goncharov",
"email": "vlad.goncharov@neolab.finance"
},
"commands": [
"./commands"
]
}