Skip to content

Additions to make

Mike Hucka edited this page Mar 4, 2020 · 3 revisions

Certain things can't be done via a template repository and need to be done individually in your local sandbox copy. Here are some recommendations:

  1. Git lets you check in files with names that may not work on all platforms. An example is macOS allowing you to create files with things like question marks in the name, and those files being impossible for Windows users to use. For this reason, it would be best if you added the pre-commit hook for Windows filenames.
Clone this wiki locally