添加自动提交

This commit is contained in:
albertxin
2025-12-27 10:02:12 +08:00
parent 8898e07b4b
commit ba565a91c1

View File

@@ -65,4 +65,13 @@ cat ~/.ssh/id_ed25519.pub # 复制这个密钥
git remote set-url origin ssh://git@192.168.1.104:8142/jshy_ai/genome_pep_filter.git # 仓库请更改你自己的仓库
```
## 自动提交
```shell
/share/nas2/zhushixin/python_script/python_test/git/gacp.sh # 自动提交脚本
gacp.sh 'commit message' branch_name # 自动提交脚本,提交信息和分支名
```