From 2ec33899094c09ee2c83055189702c7a47e00d26 Mon Sep 17 00:00:00 2001 From: ashraful-alam2k <96380861+ashraful-alam2k@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:17:24 +0100 Subject: Added git blame to the documentation --- git.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git.html.markdown') 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 -- cgit v1.2.3