Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-25 00:21:52 +00:00
parent e6afdf72af
commit 46995545d6
5 changed files with 88 additions and 7 deletions

View File

@@ -32,3 +32,7 @@ source: https://github.com/tldr-pages/tldr.git
- Switch to a branch and automatically merge the current branch and any uncommitted changes into it:
`git switch {{[-m|--merge]}} {{branch_name}}`
- Switch to a tag:
`git switch {{[-d|--detach]}} {{tag}}`