自动化脚本-简化一些git 操作 指令集 git-push push-origin demo-c git-push git add . git commit -m $1||'update' git push origin $current push-origin $1||'test' 删除$1分支 基于当前分支 重新checkout出一个 $1分支 强制push到origin demo-c $1 创建一个以当前日期为文件名 父文件夹名||$1 为文件后缀的文件