See history in GitHub after folder rename

后端 未结 2 1771
[愿得一人]
[愿得一人] 2020-12-17 08:40

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 fo

相关标签:
2条回答
  • 2020-12-17 08:54

    I wrote a chrome extension to enable this. Source on github.

    0 讨论(0)
  • 2020-12-17 09:07

    You just need a commit before the rename happened. You could retrieve it locally or via the Blame feature.

    After you have retrieved the URL of such commit you just need to click History. You will then see all of the commit history of the file before the rename.

    0 讨论(0)
提交回复
热议问题