Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-21 00:14:12 +00:00
parent ca669312bf
commit 6f3ad1f345

View File

@@ -29,10 +29,14 @@ source: https://github.com/tldr-pages/tldr.git
`git tag -d {{tag_name}}`
- Get updated tags from upstream:
- Get updated tags from remote:
`git fetch --tags`
- Push a tag to remote:
`git push origin tag {{tag_name}}`
- List all tags whose ancestors include a given commit:
`git tag --contains {{commit}}`