1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-13 18:24:39 +02:00

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

View File

@@ -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