After renaming a folder (git mv foldername newfoldername
) the history of this folder in Github has gone. I can still view the full history of any file in the folder if I clone the repro and run...
git log --follow ./newfoldername/file
But is it possible to get history for renamed folders visible in Github?
This is a Github question, the git revision history is working as expected.
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…