Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-06 00:19:54 +00:00
parent e452860d9b
commit 7e39fb6df5
49 changed files with 132 additions and 93 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Print all best common ancestors of two commits:
`git merge-base --all {{commit_1}} {{commit_2}}`
`git merge-base {{[-a|--all]}} {{commit_1}} {{commit_2}}`
- Check if a commit is an ancestor of a specific commit: