本仓库包含一些可能有用的工具包。
🎯 语言 | 🧩 程序名称 | ✨ 描述 | 📚 文档 |
---|---|---|---|
Python | submit.py |
递交 .sas 代码至监管机构前的处理程序 |
|
Python | multi_encoding_converter.py |
编码格式转换 |
pre-commit install
pre-commit install --hook-type commit-msg
-
进入子模块目录
cd path/to/submodule
-
获取所有 tags
git fetch --tags
-
检出指定的 tag
git checkout <tag-name>
-
返回主仓库目录
cd -
-
更新子模块引用
git add path/to/submodule git commit -m "bump: update <submodule> to <tag-name>"
-
推送更改到远程仓库
git push