mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 23:58:47 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user