`
woainike
  • 浏览: 77752 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
最近访客 更多访客>>
社区版块
存档分类
最新评论

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
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics