Merge pull request #179 from Dahie/patch-2

Update git-log.md
waldyrious/alt-syntax
Romain Prieto 2014-04-22 12:39:12 +10:00
commit 915656351d
1 changed files with 5 additions and 1 deletions

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`