1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-13 18:00:58 +08:00

feat: 脚本优化

This commit is contained in:
妹妹下雨回不去
2023-02-11 14:04:47 +08:00
parent 53364e4911
commit 298f25fef6

View File

@@ -15,16 +15,15 @@ if [ "${commitInfo}" -eq "" ]; then
commitInfo="408CSFamily page init"
fi
## 配置个人信息
git config user.name 'chu fan' && git config user.email 'fairy_408@2925.com' && git config --list
git commit -m "refactor:${commitInfo}"
## 配置个人信息
git config user.name '妹妹脸上有抹茶' && git config user.email 'fairy_408@2925.com' && git config --list
# git push -f https://github.com/mmdapl/408CSFamily.git main
# git push -f https://@github.com/mmdapl/408CSFamily.git main
git push -f https://@github.com/mmdapl/408CSFamily.git main:pages/github
git push -f https://github.com/mmdapl/408CSFamily.git main:pages/github
cd -