tldr/pages/common/git-clone.md

16 lines
207 B
Markdown
Raw Normal View History

2015-10-22 08:31:52 +01:00
# git clone
2014-03-09 12:20:13 +00:00
> Clone an existing repository
- Clone an existing repository
`git clone {{REMOTE-REPOSITORY-LOCATION}}`
- For cloning from the local machine
`git clone -l`
- Do it quietly
2015-10-22 08:31:52 +01:00
`git clone -q`