Create Repositories (new or existing) Flashcards
0
Q
$ git clone [url]
A
Downloads a project and it’s entire version history.
1
Q
$ git init [project-name]
A
Creates a new local repository with the specified name.
Git > Create Repositories (new or existing) > Flashcards
$ git clone [url]
Downloads a project and it’s entire version history.
$ git init [project-name]
Creates a new local repository with the specified name.