I have created file and symbolic link to file in my git repository.
symfile1 --> file1
When I change file1, I can see history of change by
git log file1,
but I don't see the same history when I do
git log symfile1
Is there any way to see history change of real file, using git log to it's symbolic link?
The questions is related only history can I see the history change of file1 using symbolik1 ?