Which Git command is used to download a repository from a remote server?

  • git clone
  • git fetch
  • git pull
  • git push
The correct command to download a repository from a remote server is git clone. This command not only downloads the repository but also sets up tracking so that you can pull changes later.
Add your answer
Loading...

Leave a comment

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