Replies: 1 comment
-
|
I would expect it to because the symlink is transparent to the application running on top, the file system handles the translation of the link to the file content. I think you can commit symlinks into a git repo, so then it'd be possible that the instructions would continue to work across machines and with tools like Copilot coding agent. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this PR mlflow/mlflow#19202 where I add
.github/instructions/python.instructions.mdthat references a markdown file in the repo. I wonder if I can replace.github/instructions/python.instructions.mdwith a symlink that points to the markdown file.Beta Was this translation helpful? Give feedback.
All reactions