Process Flow - Cloning a repository with git clone
Start: User runs git clone <repo_url>
Git connects to remote repository
Git downloads repository data
Git creates local folder with repo name
Git copies files and history into local folder
Clone complete: local repo ready to use
This flow shows how git clone connects to a remote repo, downloads data, and sets up a local copy.