Git - Clone
git clone ~/existing/repo ~new/repo | |
git clone you@host:dir/project.git (default protocol is ssh) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git clone ~/existing/repo ~new/repo | |
git clone you@host:dir/project.git (default protocol is ssh) |