chrome
git
安装 brew install git
用户配置
git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"
配置秘钥 www.jianshu.com/p/7d57ce414…
命令行工具
命令行code工具 juejin.cn/post/684490…
安装 brew install git
用户配置
git config --global user.name "Your Name"
$ git config --global user.email "email@example.com"
配置秘钥 www.jianshu.com/p/7d57ce414…
命令行code工具 juejin.cn/post/684490…