Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-20 00:14:06 +00:00
parent 22990a1ad7
commit ca669312bf
11 changed files with 14 additions and 10 deletions

View File

@@ -16,6 +16,10 @@ source: https://github.com/tldr-pages/tldr.git
`git add -A`
- Add all files in the current folder:
`git add .`
- Only add already tracked files:
`git add -u`