Articles → Git → Connect To The Remote Github Repository Using GIT
Connect To The Remote Github Repository Using GIT
Steps
- Go to the local path which you want to map with remote repository.
- Initialize git in that folder using the following command
- Connect to remote repository using following command
git remote add origin <path>
Click to Enlarge
Click to Enlarge