function lazygit() {
git add .
git commit -a -m "$1"
git push
}
lazygit
最新推荐文章于 2024-09-13 21:57:59 发布
function lazygit() {
git add .
git commit -a -m "$1"
git push
}
798

被折叠的 条评论
为什么被折叠?