git提交.bat 100 B

123456789
  1. git add ./
  2. git commit -m "提交1.1.50"
  3. git push origin software1.1
  4. echo "上传完成..."
  5. pause