Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-27 00:21:38 +00:00
parent 8270b3f19b
commit 558cf60f0b
18 changed files with 58 additions and 29 deletions

View File

@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# git format-patch
> Prepare `.patch` files. Useful when emailing commits elsewhere.
> See also: `git am` which can apply generated `.patch` files.
> See also: `git am`.
> More information: <https://git-scm.com/docs/git-format-patch>.
- Create an auto-named `.patch` file for all the unpushed commits: