Skip to content

Instantly share code, notes, and snippets.

@simongcc
Last active March 20, 2019 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simongcc/0139d350d91173646cce21387cd512e2 to your computer and use it in GitHub Desktop.
Save simongcc/0139d350d91173646cce21387cd512e2 to your computer and use it in GitHub Desktop.
Setup OS X git to handle crlf by Windows collaborators correctly
[core]
autocrlf = true
symlinks = true
@simongcc
Copy link
Author

simongcc commented Mar 20, 2019

example for working a symlinks in mac
ln -svf js_composer ../../../../wp-share/plugins/js_composer # seems not working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment