I just went through the steps laid out here:
to set up a shiny-server. I connected it to git, made an initial commit, and pushed content to github.
My issue is when I clone the repo onto my local machine I only get 'symbolic' links to the html
files and other folders. This is my first encounter with symbolic links and I'm not sure how to proceed. I would like to just have a hard link so I can edit the files directly in a local workspace.
Any advice on hard links or other approaches to git would be helpful. Thanks