利用bash自动提交git1234567891011#!/usr/bin/env shset -egit initgit statusgit pullgit add -Agit commit -m 'deploy'git pushcd -