1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 04:20:39 +02:00

Merge pull request #4691 from Lolabird/patch-1

'[git]' fix typo in blame section so code block can appear properly
This commit is contained in:
Marcel Ribeiro-Dantas
2023-06-25 17:16:46 -03:00
committed by GitHub

View File

@@ -583,7 +583,8 @@ $ git rm /pather/to/the/file/HelloWorld.c
```
### blame
Examine specific parts of the code's history and find out who was the last author to modify that line
Examine specific parts of the code's history and find out who was the last author to modify that line.
```bash
# find the authors on the latest modified lines
$ git blame google_python_style.vim