mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 05:41:49 +00:00
14 lines
355 B
Plaintext
14 lines
355 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# hub clone
|
|
|
|
> Clone an existing repository.
|
|
> More information: <https://hub.github.com/hub-clone.1.html>.
|
|
|
|
- Clone an existing repository to current directory (If run into authentication problem, try full SSH path):
|
|
|
|
`hub clone {{remote_repository_location}}`
|