#!/bin/bash git add . echo "--------------------------git add . 成功" git commit -m "$0" echo "--------------------------git commit -m 'x' 成功" git push origin shenzhen echo "--------------------------git push origin shenzhen 成功"