Commit ede9be96 authored by 吕祺's avatar 吕祺 ⛹🏽

article aggregate

parent ff9c2945
if test -z "`git status | grep 'nothing to commit, working tree clean'`"
then
git stash
git checkout master
git pull -r
git stash pop
git add -A
echo 'added'
git commit -am '自动文章合并'
echo 'commited'
git push git@git.gaorongvc.cn:lq/official.git
exit 1
fi
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment