鼎鼎知识库
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

文件命名习惯,以点.来区别各个项目。

  • DD.Electricity.Cloud.Domain
  • DD.Electricity.Cloud.Application
  • DD.Electricity.Cloud.Persistence
  • DD.Electricity.Cloud.Infrastructure
  • DD.Electricity.Cloud.presentation
  • DD.Electricity.Cloud.Wiki

git pull 习惯,上班写代码前 git pull

git pull origin master

git push 习惯,下班前git push

git push origin master

提交代码习惯

  • git status
  • git add --all
  • git commit -m “by “
  • git push origin master