# Git Setup Ensure you have the following settings enabled. Either set them up in your .git/config file, or use `git config` or configure in your IDE, in Eclipse right click the repo, then select `Team` -> `Show in repositories view`. Then right click the root of the repository then select `Properties`, then use the `Configuration` dialog to amend the repository settings. ``` [core] filemode = false autocrlf = true ignorecase = true ``` ## References Git config - https://git-scm.com/docs/git-config