鼎鼎知识库
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

01.习惯.md 493B

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

  • 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