Mac os 命令

打开终端输入命令:
defaults write com.apple.finder AppleShowAllFiles -bool true
KillAll Finder


隐藏 命令:
defaults write com.apple.finder AppleShowAllFiles -bool false

KillAll Finder

create  git project for Null git version 

git init  
git add .  
git commit -m "Initial commit"  

随时删除

find   . -name .svn -print0 |  xargs   -0  rm   -r -f

猜你喜欢

转载自rbbtsn0w.iteye.com/blog/1683438