Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-13 00:17:31 +00:00
parent d15d5b771b
commit 39d8cd0675
34 changed files with 212 additions and 45 deletions

View File

@@ -10,11 +10,11 @@ source: https://github.com/tldr-pages/tldr.git
- Clone an SVN repository:
`git svn clone {{https://example.com/subversion_repo}} {{local_dir}}`
`git svn clone {{https://example.com/subversion_repo}} {{local_directory}}`
- Clone an SVN repository starting at a given revision number:
`git svn clone {{[-r|--revision]}} {{1234}}:HEAD {{https://svn.example.net/subversion/repo}} {{local_dir}}`
`git svn clone {{[-r|--revision]}} {{1234}}:HEAD {{https://svn.example.net/subversion/repo}} {{local_directory}}`
- Update local clone from the remote SVN repository: