返回博客
2026年8月4日

git规范

git
git规范
  1. git add . 选中全部修改
  2. git commit -m "注释" 本地打包保存
  3. git push 上传到 Github