Totally — git handles syncing files. The problem is these four files have different formats and conventions. Same project context, four dialects. That's why I wrote bi-sync --all: one YAML source, four native outputs.
ln -s makes all four files identical. Whichever format you write it in, the other three get the wrong structure. This generates each in its native format.
verdverm|3 days ago
wolfejam|3 days ago