How to create symlinks on macOS, for things like symlinking WordPress core or plugins that you are working on that need a separate git repo:
First, navigate in your terminal to the folder where you want to symlink to live, then run this:
ln -s ~/Projects/path-to/what-you-want-symlinked
Leave a Reply