mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 08:53:39 +02:00
commit
915656351d
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