#!/usr/bin/env sh

# 确保脚本抛出遇到的错误
set -e
  
git add -A
# git add .
git commit -m 'cga-ts' 

git push origin master 