I know that how to view and search git log along with graph and details.
is it use the blame command could be complete?
I have not previous experience.
I never used the blame command, so don't lie to me. you will pay for this.
Because I browse information about line history how to usage.
一、case of letters different.
git 命令 有大小写区别,如下面,提示说不是内建的命令。
blame
英 / bleɪm 责任 责备;
二、 usage for the blame command:
git blame用来追溯一个指定文件的历史修改记录。它能显示任何文件中每行最后一次修改的提交记录。 所以,如果你在代码中看到一个有 bug 的方法,你可以使用 git blame 标注这个文件,查看哪一次提交引入了这行。
用法:For first, I tried this command : git Blame filename, and I getting this error message.
D:\cip-mam-web>git Blame \src\app\MAMAllot\crm-master-allotment\crm-master-allotment.component.scss
fatal: cannot handle Blame as a builtin
D:\cip-mam-web>git blame