فهرست منبع

Merge pull request #304 from gutsy/master

Add some extra detail to git log command
Igor Shubovych 9 سال پیش
والد
کامیت
ade3c5c4e7
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      pages/common/git-log.md

+ 5 - 1
pages/common/git-log.md

@@ -8,4 +8,8 @@
 
 - Show the history of a particular file or directory, including differences
 
-`git log -p PATH`
+`git log -p {{path}}`
+
+- Show only the first line of each commits
+
+`git log --oneline`