Commit f98fdbfc authored by 22管33's avatar 22管33

测试git提交

parent 813f6554
#!/bin/bash
read -p "请输入git的commit内容:" -t 60 commit #等待60秒
echo $commit
git add .
git commit -m "$commit"
git pull
git push
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