linux:
磁盘 df -h
创建隐藏文件 touch .bash_xxxx
删除文件夹和所有文件 rm -rf 文件夹名称
删除文件 rm 文件名称
打开文件 open -e .bash_profile
git:
添加全局配置
git config --global url.ssh://git@git.sankuai.com/.insteadof "https://sankuai.com/"