Added git blame to the documentation

This commit is contained in:
ashraful-alam2k 2022-08-01 16:17:24 +01:00 committed by GitHub
parent 1b442a5d34
commit 2ec3389909
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -581,8 +581,8 @@ $ git rm HelloWorld.c
# Remove a file from a nested dir # Remove a file from a nested dir
$ git rm /pather/to/the/file/HelloWorld.c $ 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 points the code's history and find out who the last author was on that modified line
```bash ```bash
# find the authors on the latest modified lines # find the authors on the latest modified lines