1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/hub-clone.md
WangLinSongss 4a15348827
hub-*: add page (#11228)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-25 10:40:02 +02:00

8 lines
262 B
Markdown

# 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}}`