To connect the local repo to the existing Git Repository and pull down changes
#existing Git Repository #pull down changes #github #repository
Open your terminal or command prompt and navigate to the directory where your local repository is located.
Then write below command to terminal and try to complete initialisation of git repository to local first time.
In this article we learn , how to set up git repo first time.More important point that is replace [branch_name] with the name of the branch you want to pull changes from.
If you're not sure about the branch name, you can usually use git pull origin master for the default branch (often master or main).