Git配置
十月 21, 2019
Git配置
Git的三个作用域
$ git config --local #缺省等同于local |
显示config的配置,加—list$ git config --list --local
$ git config --list --global
$ git config --list --system
Git的最小配置
$ git config --global user.name=name |
查看评论