Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:35:42 +08:00
commit 9a36c9187a
5 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "git",
"description": "Git操作を支援するコマンド集ブランチ作成、コミット作成",
"version": "1.0.0",
"author": {
"name": "korosuke613",
"url": "https://github.com/korosuke613"
},
"commands": [
"./commands"
]
}