GIT Clone
Git clone is used to clone the remote repository to the local machine. Clone the repository Git clone <repo URL> This command will create a new folder with the repo name and then download all the information related to the repository (including commit information, branches, snapshots…etc) Clone the repository to the new folder Git clone […]