Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 512 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 512 Bytes

提交代码规则

  • 每个人需建立自己的分支,将代码提交到自己的分支,不能提交到其它的分支
  • 每次提交均需要使用git commit -m "" 命令提供更新信息
  • 代码注释选择有必要的注释,不必全部注释
  • git push 禁止强制推送
  • 分支命名为自己名字首字母组合