git add .
git status
git commit -m "feat: 增加域名字库管理" --no-verify
git pull origin 远程分支名字
git push --set-upstream origin 本地分支名字