Which Git command is used to create a copy of an existing repository on your local machine?

  • git clone
  • git push
  • git branch
  • git pull
The git clone command is used to create a copy of an existing repository on your local machine. It not only copies the files but also sets up the necessary connections to the remote repository, making it easy to fetch updates.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *