1 Star 0 Fork 0

大锅霍皮久 / 当前开区情况

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
auto_push.sh 185 Bytes
Copy Edit Raw Blame History
Wayne authored 2020-09-24 20:43 . 1
#!/bin/bash
echo $1
if [ ! $1 ] ; then
echo -e "please enter correct parameter! \nbash auto_push.sh '$commit'"
exit
fi
git add .
git commit -m "$1"
git push origin master
1
https://gitee.com/daguohuopijiu/current-mir-status.git
git@gitee.com:daguohuopijiu/current-mir-status.git
daguohuopijiu
current-mir-status
当前开区情况
master

Search