Skip to content

Instantly share code, notes, and snippets.

@indzi
Last active February 27, 2018 10:15
Show Gist options
  • Save indzi/f1347313053396a12fa5c133bd7bc4f8 to your computer and use it in GitHub Desktop.
Save indzi/f1347313053396a12fa5c133bd7bc4f8 to your computer and use it in GitHub Desktop.
create a working copy of a local repository by running the command
git clone /path/to/repository
when using a remote server, your command will be
git clone username@host:/path/to/repository
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment