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

    查看全局

posted @ 2019-05-09 10:22  小小小小小前端  阅读(120)  评论(0编辑  收藏  举报