I restored a deleted file using: git checkout some_commit deleted_file, then I try to git blame it, but all its hisotry is lost. How can I keep the history?
I restored a deleted file using: git checkout some_commit deleted_file , then I try
Share
Try this: