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