mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Added git blame to the documentation
This commit is contained in:
parent
1b442a5d34
commit
2ec3389909
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user