Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:53 +08:00
commit 550e60dcc8
4 changed files with 81 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "commit-commands",
"description": "Streamline your git workflow with simple commands for committing, pushing, and creating pull requests",
"version": "1.0.0",
"author": {
"name": "ShintaroaSuzuki"
},
"commands": [
"./commands"
]
}