GIT CLONE
What's git clone Git clone is a Git command line utility which is used to target an existing repository and create a clone, or copy of the target repository. In other words, the existing repository is located on a remote server often from a github, bitbucker... The remote url is referred to as origin Git clone usage Git clone is primarily used to point to an existing repo and make a clone or copy of that repo at in a new directory, at another location. The original repository can be located on t