Project Creation
Initalize Git
The git init command is used to create a new blank repository. It is used to make an existing project as a Git project.
Copy Repository
Command-line utility which is used to make a local copy of a remote repository. It accesses the repository through a remote URL.
Last updated