GIT add remote repository and pull project

preview_player
Показать описание
Steps to add git remote repository and pull project

STEP-1 Get the GIT Clone URL of the project

Ste-2 Created a new director in c:/ (wherever you want )
mkdir okaycomputing-repo

Step-3 Make the directory local repo (You will get fatal error if you do not run the below command to make your folder a local repo)
$ git init

Step-4 Add remote repo

Step-5 Pull code
git pull origin master

Step-6 Verify
git status

Please download the steps in the attached document.

Рекомендации по теме
Комментарии
Автор

code is running but unable to pull project from github

shashikr