Update cheatsheets

This commit is contained in:
ivuorinen
2024-09-09 00:17:25 +00:00
parent 70eb9d3aae
commit 63176c5eb3
9 changed files with 51 additions and 36 deletions

View File

@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
- Commit only specific (already staged) files:
`git commit {{path/to/file1}} {{path/to/file2}}`
`git commit {{path/to/file1 path/to/file2 ...}}`
- Create a commit, even if there are no staged files: