What does a normal git clone URL operation establish locally?
git clone URL
A new branch is created on the remote server automatically.
Only current project files, with no Git metadata or history.
An empty repository with no checked-out branch.
A new local repository with downloaded history, a checked-out working tree, and an origin remote pointing to the source URL.
origin