git rev-list: add --count example (#6459)

This commit is contained in:
marchersimon
2021-09-03 21:12:35 +02:00
committed by GitHub
parent e397df7543
commit 585954e9d0

View File

@@ -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`