Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-01 00:30:49 +00:00
parent dfa6cb04db
commit 06d1dc053b
33 changed files with 263 additions and 23 deletions

View File

@@ -13,10 +13,10 @@ source: https://github.com/tldr-pages/tldr.git
`git force-clone {{remote_repository_location}} {{path/to/directory}}`
- Clone a Git repository into a new directory, checking out an specific branch:
- Clone a Git repository into a new directory, checking out a specific branch:
`git force-clone {{[-b|--branch]}} {{branch_name}} {{remote_repository_location}} {{path/to/directory}}`
- Clone a Git repository into an existing directory of a Git repository, performing a force-reset to resemble it to the remote and checking out an specific branch:
- Clone a Git repository into an existing directory of a Git repository, performing a force-reset to resemble it to the remote and checking out a specific branch:
`git force-clone {{[-b|--branch]}} {{branch_name}} {{remote_repository_location}} {{path/to/directory}}`