git blame All In One
git 高级教程
git blame
$ git --help
# 'git help -a' and 'git help -g' list available subcommands and some concept guides.
# See 'git help <command>' or 'git help <concept>' to read about a specific subcommand or concept.
# See 'git help git' for an overview of the system.
$ git help -a
$ git help -g
$ git help git
# blame
$ git help blame
$ git blame
https://git-scm.com/docs/git-blame
https://www.atlassian.com/git/tutorials/inspecting-a-repository/git-blame
https://stackoverflow.com/questions/31203001/what-does-git-blame-do
demos
github git testing
# /Users/xgqfrms-mm/Documents/github/notedly-fullstack-app/web-app
$ git blame tsconfig.json
https://github.com/xgqfrms/notedly-fullstack-app/