2016年5月19日 星期四

Git mv 改檔名或移動檔案後,查詢之前的歷史記錄

例如:
git mv test.php mydir/test.php
git commit
git log mydir/test.php
這樣會看不到以前 test.php 以前修改的歷程記錄,

此時可加 --follow 參數,就會一併列出以前的歷史記錄。
git log --follow mydir/test.php



參考:
Is it possible to move/rename files in git and maintain their history? - Stack Overflow


沒有留言:

張貼留言