1 Star 2 Fork 0

村口搬运工/windows-webUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
commit.sh 652 Bytes
一键复制 编辑 原始数据 按行查看 历史
村口搬运工 提交于 2024-01-26 18:01 . fix: update
#!/bin/bash
echo "\033[32m \n"
echo "===================================================="
echo " Git Commit Message Helper By Hamm.cn "
echo "====================================================\n\n"
type="fix"
while read -p "Module or scope tag (Default: BUG):" scope; do
if [ -n "$scope" ]; then
break
else
scope="BUG"
break
fi
done
read -p "Now,tell me something you've done: " desc
if [ ! -n "$desc" ]; then
desc="修复了一些已知的BUG"
fi
git pull && git add -A && git commit -S -m $type"($scope): "$desc && git push
echo "\033[32m"
echo "\n\033[0m Ok, thanks for using and bye!\n"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/songwang-cn/windows-web-ui.git
git@gitee.com:songwang-cn/windows-web-ui.git
songwang-cn
windows-web-ui
windows-webUI
master

搜索帮助