pages.ta/*: refresh page; git-blame: update path (#9573)

This commit is contained in:
K.B.Dharun Krishna
2022-12-03 11:35:38 +05:30
committed by GitHub
parent e4999a9291
commit 3cf67deadf
28 changed files with 160 additions and 79 deletions

View File

@@ -5,11 +5,11 @@
- Print file with author name and commit hash on each line:
`git blame {{file}}`
`git blame {{path/to/file}}`
- Print file with author email and commit hash on each line:
`git blame -e {{file}}`
`git blame -e {{path/to/file}}`
- Print file with author name and commit hash on each line at a specific commit: