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

gitconfig 170B

1234567891011
  1. [user]
  2. name = Robin THONI
  3. email = robin@rthoni.com
  4. [alias]
  5. ci = commit
  6. p = push
  7. lg = log --decorate --oneline
  8. [color]
  9. status = auto
  10. [push]
  11. default = simple