I have a git repo test and file (zsh configuration file) and
ln ~/.zshrc test/zshrc
then I changed the .zshrc file, the zshrc file in git repo did not change, is that git cannot work with hardlink?
if so, how can I use git to manage these points? any suggestion
source share