Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:07:52 +08:00
commit 5d6f427da7
4 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "git-github-operations",
"description": "Git & Github Operations - Streamlined git and GitHub workflow commands",
"version": "1.0.0",
"author": {
"name": "Tobey Forsman"
},
"commands": [
"./commands"
]
}