function lazygit() {
git add .
git commit -a -m "$1"
git push
}
lazygit
最新推荐文章于 2025-05-06 12:35:51 发布
function lazygit() {
git add .
git commit -a -m "$1"
git push
}