mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
fix typo in blame section so code block can appear properly
Code block wasn't rendering properly because there wasn't a line break before it.
This commit is contained in:
parent
b3a8f56424
commit
c84a26f14c
@ -583,7 +583,8 @@ $ git rm /pather/to/the/file/HelloWorld.c
|
|||||||
```
|
```
|
||||||
|
|
||||||
### blame
|
### 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
|
```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