summaryrefslogtreecommitdiffhomepage
path: root/git.html.markdown
diff options
context:
space:
mode:
authorashraful-alam2k <96380861+ashraful-alam2k@users.noreply.github.com>2022-08-01 16:17:24 +0100
committerGitHub <noreply@github.com>2022-08-01 16:17:24 +0100
commit2ec33899094c09ee2c83055189702c7a47e00d26 (patch)
treef8a1642a25c3e845986ed4cb430cf87412068e52 /git.html.markdown
parent1b442a5d34e79a26ade10c6adbee01745a3ac7ef (diff)
Added git blame to the documentation
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