After much searching, I have not found a satisfactory method that is easy to use to view the complete history of a moved file in Git and more importantly in Gitk. Using gi
gi
If you want to see the changes that was made in each commit even the file has been renamed, you can use the option -p of git log:
-p
git log
git log -p --follow [file/with/path]