summaryrefslogtreecommitdiffhomepage
path: root/git.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'git.html.markdown')
-rw-r--r--git.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.html.markdown b/git.html.markdown
index 5a1d2311..fa8896a1 100644
--- a/git.html.markdown
+++ b/git.html.markdown
@@ -581,8 +581,8 @@ $ git rm HelloWorld.c
# Remove a file from a nested dir
$ 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
```bash
# find the authors on the latest modified lines