Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:41 +08:00
commit 00a502a8ad
5 changed files with 407 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "git-workflow",
"description": " git workflow with simple commands for committing, squashing commits and creating merge / pull request",
"version": "1.0.0",
"author": {
"name": "Marc Weinberger",
"url": "https://github.com/mixomat"
},
"skills": [
"./skills/squash-commits",
"./skills/clean-gone-branches"
]
}