Why might git log not show history for a moved file, and what can I do about it?

前端 未结 4 2012
花落未央
花落未央 2020-12-07 19:56

I\'ve renamed a couple of files using git mv, used git stash, had a quick look at HEAD (without changing it) then did git stash pop to

4条回答
  •  爱一瞬间的悲伤
    2020-12-07 20:12

    Please have a try with git log --follow on your file. I learn from here Is it possible to move/rename files in git and maintain their history?

提交回复
热议问题