this might already be supported, but to be honest from the docs I can't tell. The equivalent of what I want to do on the command line is.
❯ ln -s shared/.gitattributes
❯ cp --dereference .gitattributes gitattr
❯ ls -la
lrwxrwxrwx - xeno 25 Jan 13:54 .gitattributes -> shared/.gitattributes
.rw-r--r-- 68 xeno 25 Jan 13:54 gitattr
this might already be supported, but to be honest from the docs I can't tell. The equivalent of what I want to do on the command line is.