InterviewSolution
Saved Bookmarks
| 1. |
Git Clone |
|
Answer» git clone is a command which is used to clone or copy a target repository. The following image shows an illustration of the git clone command. Using the command, a copy of the original repository is created. How to clone a repository?
In this way, a clone of the target repository can be made. Clone a specific branch from the repository. A very useful feature of the git clone is that it allows cloning a specific branch of the target repository without having to clone the entire repository. |
|