mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
Update git-log.md
adds the command for displaying a detailed git history of a particular file or folder
This commit is contained in:
parent
c92c84e2df
commit
4988276759
1 changed files with 5 additions and 1 deletions
|
@ -4,4 +4,8 @@
|
|||
|
||||
- Show a history of commits
|
||||
|
||||
`git log`
|
||||
`git log`
|
||||
|
||||
- Show the history of a particular file or directory, including differences
|
||||
|
||||
`git log -p PATH`
|
||||
|
|
Loading…
Add table
Reference in a new issue