1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 08:53:39 +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

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