Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-02 00:19:35 +00:00
parent 10598cd5d4
commit 7148d01036
7 changed files with 71 additions and 7 deletions

View File

@@ -27,3 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Don't create new commits, just change the working tree:
`git revert {{-n|--no-commit}} {{0c01a9..9a1743}}`
- Cancel a Git revert after a merge conflict:
`git revert --abort`