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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -583,7 +583,7 @@ $ git rm /pather/to/the/file/HelloWorld.c
``` ```
### blame ### 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 ```bash
# find the authors on the latest modified lines # find the authors on the latest modified lines
$ git blame google_python_style.vim $ git blame google_python_style.vim