mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Update git.html.markdown
Co-authored-by: Marcel Ribeiro Dantas, Ph.D. <ribeirodantasdm@gmail.com>
This commit is contained in:
parent
2ec3389909
commit
62b1dc6529
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user