Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-17 00:19:47 +00:00
parent b18a761896
commit aa594e72af
88 changed files with 444 additions and 114 deletions

View File

@@ -0,0 +1,13 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# git get-tar-commit-id
> Extract commit ID from an archive created using `git archive`.
> More information: <https://git-scm.com/docs/git-get-tar-commit-id>.
- Extract commit hash ID or quietly exit with a return code of 1:
`git < {{path/to/archive.tar}} get-tar-commit-id`