What does git clone do?

Git Easy

Git — Easy

What does git clone do?

Key points

  • Git clone retrieves data from a remote repository
  • The clone includes all commits, branches, and tags
  • This operation is essential for distributed version control
  • Local and remote repositories are synchronized

Ready to go further?

Related questions