mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 11:53:52 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user