Ways to create a git repository

Question:
Which two of the following statements are a valid way of creating a new Git repository?

  1. Converting a local directory to a local Git repository
  2. Downloading one of the central repositories in Git
  3. Cloning a remote Git repository
  4. Downloading a repository from the Git repository store
Answer:
A, C - are the correct answers