提交到git仓库脚本 #!/bin/bash :<<BLOCK # 初始化仓库 cd /root/halo git init touch README.md git add . git commit -m "first commit" git remote add origin https: