diff --git a/pages/common/git-log.md b/pages/common/git-log.md index 5e4dd4704..78ce6e160 100644 --- a/pages/common/git-log.md +++ b/pages/common/git-log.md @@ -4,4 +4,8 @@ - Show a history of commits -`git log` \ No newline at end of file +`git log` + +- Show the history of a particular file or directory, including differences + +`git log -p PATH`