git blame
Jump to navigation
Jump to search
git blame (https://git-scm.com/docs/git-blame doc)]
git blame YOURFILE --porcelain | grep "^author " | sort -u
git ls-files . | xargs -n 1 git blame
Errors[edit]
git blame
fatal: not a git repository (or any of the parent directories): .git
Solution: git init
git blame . fatal: no such path in HEAD
fatal: detected dubious ownership in repository at
Related[edit]
See also[edit]
Advertising: