mac如何查看使用git克隆下来的文件.git 文件【收藏版】

找到这个终端软件

1.需要显示 .git 文件 终端窗口,输入:

defaults write com.apple.finder AppleShowAllFiles TRUE

1.1然后重启Finder,输入:

killall Finder

2.如果你完成了需要的操作,恢复隐藏设置,同样打开Terminal终端窗口,输入:

defaults write com.apple.finder AppleShowAllFiles FALSE

2.1 然后重启Finder,输入:

killall Finder

相关推荐
权咚17 小时前
阿权的开发经验小集
git·ios·xcode
小溪彼岸19 小时前
macOS自带截图命令ScreenCapture
macos
TESmart碲视1 天前
Mac 真正多显示器支持:TESmart USB-C KVM(搭载 DisplayLink 技术)如何实现
macos·计算机外设·电脑
2501_915106322 天前
Xcode 上传 ipa 全流程详解 App Store 上架流程、uni-app 生成 ipa 文件上传与审核指南
android·macos·ios·小程序·uni-app·iphone·xcode
nightunderblackcat2 天前
新手向:Git下载全攻略
git
他们都不看好你,偏偏你最不争气2 天前
【iOS】AFNetworking
开发语言·macos·ios·objective-c
若无_2 天前
了解 .husky:前端项目中的 Git Hooks 工具
前端·git
想当花匠的小码农2 天前
Git 仓库“减肥”指南:从检测、清理到同步的全流程实践
git
钟念2 天前
【打包app】uniapp打包ios端和安卓端app
macos·objective-c·cocoa