Show system files / Show git ignore in osx

前端 未结 10 1727
暗喜
暗喜 2020-12-22 18:46

By default it is not possible to see .gitignore files in osx. What is command to reveal these files?

10条回答
  •  温柔的废话
    2020-12-22 18:56

    ⌘⇧. will toggle the AppleShowAllFiles setting.

    This key combo will work from open/save dialogue boxes in all apps, not just the finder. Use this and you’ll never be confused when on someone else’s Mac or a new Mac, and you can avoid mucking around with defaults write.

    I use the nemonic of “use a dot to show a dot file” to remember it, because of hidden dot files in unix.

提交回复
热议问题