Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-03 00:18:24 +00:00
parent e88941b007
commit 46b75bdb29
9 changed files with 157 additions and 31 deletions

View File

@@ -37,6 +37,6 @@ source: https://github.com/tldr-pages/tldr.git
`git push origin tag {{tag_name}}`
- List all tags whose ancestors include a given commit:
- List all tags which contain a given commit (HEAD if not specified):
`git tag --contains {{commit}}`