1. Show hidden file: open terminal, execute code
defaults write com.apple.finder AppleShowAllFiles -boolean true;killall Finder
Shortcut key: [shift] + [command] + [.]
2. Delete the [. Git] folder, that is, delete the [. Git] folder contained in the folder
3. Cancel the display of hidden files: open the terminal and execute the code
defaults write com.apple.finder AppleShowAllFiles -boolean false;killall Finder
Shortcut key:[Shift] + [Command] + [.]
Similar Posts:
- [Solved] Working copy locked occurs when SVN commit
- remove-weknow-ac from mac chrome
- [UNK]Mac OS X El Capitan Install IPython[UNK]XtraFinder
- How to Solve Apple Mac installs Axure to open error for the first time
- The solution of high CPU usage in MAC usereventagent process
- Sublime run code – open in browser shortcut key settings
- How to Solve Error Sudo: sorry, you must have a tty to run sudo
- [Solved] Git Error: pre -commit hook failed (add –no-verify to bypass)
- Super detail: command not found: the scratch solution (add the scratch environment variable to Zsh under MAC)
- How to Solve SVN Error: “Previous operation has not finished; run ‘cleanup’ if it was interrupted“