mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 10:58:32 +00:00
Update cheatsheets
This commit is contained in:
13
hub-clone
Normal file
13
hub-clone
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user