Skip to the content.

Git

.gitconfig

[core]
        filemode = true # 提交时包含文件的可执行权限属性

常用命令

Send Patchs

.gitconfig

[user]
email = lehua.ding@rivai.ai
name = Lehua Ding

[sendemail]
  smtpUser = lehua.ding@rivai.ai
  smtpPass = <your email password>
  smtpServer = <your smtp server domain>
  smtpServerPort = <your smtp server port>
  smtpEncryption = tls
  suppresscc = self