Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:53 +08:00
commit 9cf0a5ded9
5 changed files with 467 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "git",
"description": "Git workflow automation tool with git-flow style commits, branch management, and automatic push.",
"version": "1.1.0",
"author": {
"name": "Kazuki Hashimoto",
"email": "setouchi.develop@gmail.com"
},
"commands": [
"./commands/commit.md",
"./commands/create-branch.md"
]
}