zhangmeng
2020-01-21 9d9cd1d3b93613071d1dffc1c82c4515d2a65af6
libgowrapper/gitpush.sh
@@ -7,8 +7,9 @@
        continue
    fi
    cd $v
    echo "~~~~~~push $v~~~~~~"
    git add .
    git commit -m 'update'
    git commit -m "$1"
    git push
    cd ..
done