mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 01:26:03 +02:00
Merge pull request #304 from gutsy/master
Add some extra detail to git log command
This commit is contained in:
commit
ade3c5c4e7
1 changed files with 5 additions and 1 deletions
|
@ -8,4 +8,8 @@
|
||||||
|
|
||||||
- Show the history of a particular file or directory, including differences
|
- 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`
|
||||||
|
|
Loading…
Add table
Reference in a new issue