mac 常用命令
sudo apachectl -k restart 重启Apache
sudo apachectl -k start 启动Apache
sudo apachectl -k stop 停止Apache
# 显示隐藏文件
$ defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder
# 不显示隐藏文件
$ defaults write com.apple.finder AppleShowAllFiles No && killall Finder
git config --list --local 查看本地
git config --list --global
查看全局
不求大富大贵,但求一生平凡