-
Notifications
You must be signed in to change notification settings - Fork 0
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:
- 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.