由于上传命令太多了,所以写了脚本 命名为comgit
#!/bin/bash git add --all;git commit -m "$1";git pull;git push;
使用方法 comgit "comment"
comgit "comment"