mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 03:59:11 +00:00
Update cheatsheets
This commit is contained in:
@@ -31,3 +31,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Deepen current shallow branch by 2 commits:
|
||||
|
||||
`git fetch --deepen 2`
|
||||
|
||||
- Update the `main` branch without switching to it (equivalent to `git pull`):
|
||||
|
||||
`git fetch {{origin}} main:main`
|
||||
|
||||
Reference in New Issue
Block a user