GitClone
OriginalMarch 1, 2019Less than 1 minute
Conclusion
clone remote repository to local
git clone url
# url can be ssh protocol or http protocol, it is recommended to use ssh protocol
Caption
What I talked about before is that there is a local repository first, then a remote repository, and then the remote repository is associated.
In most cases, there is a remote repository first, and then clone the remote repository to the local, and then work.