mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 04:55:23 +02:00
git rev-list: add --count example (#6459)
This commit is contained in:
parent
e397df7543
commit
585954e9d0
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
|||
- List all merge commits on a specific commit:
|
||||
|
||||
`git rev-list --merges {{commit}}`
|
||||
|
||||
- Print the number of commits since a specific tag:
|
||||
|
||||
`git rev-list {{tag_name}}..HEAD --count`
|
||||
|
|
Loading…
Add table
Reference in a new issue