1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 13:53:52 +02:00

Merge pull request #179 from Dahie/patch-2

Update git-log.md
This commit is contained in:
Romain Prieto 2014-04-22 12:39:12 +10:00
commit 915656351d

View file

@ -5,3 +5,7 @@
- Show a history of commits
`git log`
- Show the history of a particular file or directory, including differences
`git log -p PATH`