Horje
how to update your local repository Code Example
how to update your local repository
First, navigate to the desired directory:

$ cd ~/Documents/GitHub/DI-NEON-participants

And then type:

$ git remote add upstream https://github.com/NEONS...

Update local repo using git pull with the added directions of 
upstream indicating the central repository and master specifying 
which branch you are pulling down:

$ git pull upstream master




Shell

Related
powershell split string Code Example powershell split string Code Example
yarn version in mac Code Example yarn version in mac Code Example
composer update single package Code Example composer update single package Code Example
php mailer Code Example php mailer Code Example
uninstall npm package Code Example uninstall npm package Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12