9 lines
245 B
Bash
9 lines
245 B
Bash
git config --global user.name "ggball"
|
|
git config --global user.email "1667834841@qq.com"
|
|
|
|
codingUrl="https://gitea.dongshanxia.top:35000/ggball/onemanager-java.git"
|
|
|
|
git add -A
|
|
git commit -m "${msg}"
|
|
git push $codingUrl master --force # 推送
|