1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00

Update git.html.markdown

Co-authored-by: Marcel Ribeiro Dantas, Ph.D. <ribeirodantasdm@gmail.com>
This commit is contained in:
Ashraful Alam
2022-08-02 06:45:56 +01:00
committed by GitHub
parent 2ec3389909
commit 62b1dc6529

View File

@@ -583,7 +583,7 @@ $ git rm /pather/to/the/file/HelloWorld.c
```
### blame
Examine specific points the code's history and find out who the last author was on that modified 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