Set up a git repository: git init creates a new repo, git clone copies an existing repo, git config configures your Git installation from the command line| Atlassian
Git clone is a Git command line utility used to target and create a copy of the target repository. Learn extended configuration options and common uses.| Atlassian