Ways to create a git repository
Question:
Which two of the following statements are a valid way of creating a new Git repository?
- Converting a local directory to a local Git repository
- Downloading one of the central repositories in Git
- Cloning a remote Git repository
- Downloading a repository from the Git repository store
Answer:
A, C - are the correct answers