Configure Git for the first time git config --global user.name "朱志强"git config --global user.email "zhuzhiqiang04@meituan.com" Working with your repos Read More
linux: 磁盘 df -h 创建隐藏文件 touch .bash_xxxx 删除文件夹和所有文件 rm -rf 文件夹名称 删除文件 rm 文件名称 打开文件 open -e .bash_profile git: 添加全局配置 git config --global url.ssh://git@ Read More